From a9aea3b24972bc14a72e2d72e80b787e811900f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 8 Sep 2019 13:57:09 +0200 Subject: [PATCH] Fix tarball CopyFiles@2 --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 10a7cde5..dccab02a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,7 +32,8 @@ jobs: displayName: 'Build' - task: CopyFiles@2 inputs: - contents: 'tarball\*' + sourceFolder: $(Build.SourcesDirectory)/tarball + contents: '*' targetFolder: $(Build.ArtifactStagingDirectory) - task: PublishPipelineArtifact@1 inputs: