Skip to content

Commit

Permalink
Publish Mac Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonjchen authored and AdrianKoshka committed May 26, 2019
1 parent 500a828 commit 0be33c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0be33c3

Please sign in to comment.