From a25654dac999bd29a77595536f4f570762379667 Mon Sep 17 00:00:00 2001 From: pp81381 Date: Sat, 6 Apr 2019 22:49:59 +0100 Subject: [PATCH] Playing hunt the artifact --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 30bd3ec..1ead0d9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -60,7 +60,7 @@ jobs: - task: CopyFiles@2 inputs: - sourceFolder: $(Agent.BuildDirectory) + sourceFolder: '$(Build.SourcesDirectory)' contents: dist/* targetFolder: '$(Build.ArtifactStagingDirectory)'