Skip to content

Commit

Permalink
Revert "make sure unnotarized build is published even if notarization…
Browse files Browse the repository at this point in the history
… fails"

This reverts commit 7298bf4.
  • Loading branch information
roblourens committed Feb 29, 2020
1 parent 406342e commit 6468d6c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build/azure-pipelines/darwin/product-build-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,6 @@ 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 6468d6c

Please sign in to comment.