diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3c4a805..9706dc8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,7 +20,7 @@ steps: inputs: command: build publishWebProjects: false - arguments: '-c $(buildConfiguration) -p:Version=$(build.version)' + arguments: '-c $(buildConfiguration) -p:Version=$(build.version) =p:PackageOutputPath=$(Build.ArtifactStagingDirectory)' projects: 'src/Lithnet.CredentialProvider/Lithnet.CredentialProvider.csproj' zipAfterPublish: false