From 0be33c3032f8756b580483fae924642887a94584 Mon Sep 17 00:00:00 2001 From: Nelson Chen Date: Sat, 25 May 2019 20:52:32 -0700 Subject: [PATCH] Publish Mac Artifacts --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fe3abca5..cabe88f4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -86,3 +86,9 @@ jobs: displayName: Installed Pinned OpenSSL - script: sh -x ./clean_build.sh displayName: Clean Build + - task: PublishBuildArtifacts@1 + displayName: Publish Release DMG + condition: eq(variables['B_BUILD_TYPE'], 'Release') + inputs: + pathtoPublish: build/bundle + artifactName: Mac Release Disk Image and App