From c2a85bad9ffc66ca7bff87d5327d020d93b3ed26 Mon Sep 17 00:00:00 2001 From: "azure-pipelines[bot]" Date: Wed, 19 Dec 2018 07:10:31 +0000 Subject: [PATCH] Use CopyFiles task correcty --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 03367f9..cfe0df7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,7 +35,7 @@ steps: - task: CopyFiles@2 inputs: - contents: $(Agent.BuildDirectory)/src/condo/bin/Release + contents: $(Agent.BuildDirectory)/src/condo/bin/Release/** targetFolder: $(Build.ArtifactStagingDirectory)/release - task: PublishBuildArtifacts@1