Skip to content

Commit

Permalink
Merge pull request #91753 from microsoft/joao/publish-macos-unnotarized
Browse files Browse the repository at this point in the history
Make sure macOS unnotarized build is published even if notarization fails
  • Loading branch information
joaomoreno authored Feb 28, 2020
2 parents 0cd0f7d + 7298bf4 commit 17c6d12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/azure-pipelines/darwin/product-build-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,13 @@ steps:
zip -d $(agent.builddirectory)/VSCode-darwin.zip "*.pkg"
displayName: Clean Archive

- script: |
set -e
AZURE_DOCUMENTDB_MASTERKEY="$(builds-docdb-key-readwrite)" \
AZURE_STORAGE_ACCESS_KEY_2="$(vscode-storage-key)" \
node build/azure-pipelines/common/createAsset.js darwin-unnotarized archive "VSCode-darwin-$VSCODE_QUALITY.zip" $(agent.builddirectory)/VSCode-darwin.zip
displayName: Publish Unnotarized Build

- script: |
APP_ROOT=$(agent.builddirectory)/VSCode-darwin
APP_NAME="`ls $APP_ROOT | head -n 1`"
Expand Down

0 comments on commit 17c6d12

Please sign in to comment.