From a27090c3abe937f1be23bbba2571e75d2c652b48 Mon Sep 17 00:00:00 2001 From: "azure-pipelines[bot]" Date: Wed, 19 Dec 2018 07:06:43 +0000 Subject: [PATCH] Try changing directory where release bits are copied from. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a3ecbc9..03367f9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,7 +35,7 @@ steps: - task: CopyFiles@2 inputs: - contents: 'src/condo/bin/Release' + contents: $(Agent.BuildDirectory)/src/condo/bin/Release targetFolder: $(Build.ArtifactStagingDirectory)/release - task: PublishBuildArtifacts@1