From eb5e1e6bc69874f3539ce91da04c46446aa18df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 18 Aug 2019 14:54:56 +0200 Subject: [PATCH] Avoid intermediate folders --- azure-pipelines.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c14e7cfc..318addb1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -43,13 +43,10 @@ jobs: cd $(Build.SourcesDirectory) VERSION="$(cat common/yacreader_global.h | grep '#define VERSION "' | tr -d '#define VERSION' | tr -d '"' )" ./compileOSX.sh $VERSION - mkdir output - ls -alh - cp *.dmg ./output displayName: 'Build' - task: CopyFiles@2 inputs: - contents: 'output/**' + contents: '*.dmg' targetFolder: $(Build.ArtifactStagingDirectory) - task: PublishBuildArtifacts@1 inputs: