From 1a21928cb2fe1ff8bfd7cbdaba77db614e60bc91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Fri, 16 Aug 2019 20:21:47 +0200 Subject: [PATCH] Try to see how the build/source folder looks like in macos --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cdc60a2f..fd68e78b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,6 +37,7 @@ jobs: cd $(Build.SourcesDirectory) ./compileOSX.sh mkdir output + ls -alh cp *.dmg ./output displayName: 'Build' - task: CopyFiles@2