From 0aaa303a8ea74a8330e3dc62adea80971c1b0880 Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Wed, 1 Feb 2023 08:20:10 +1100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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