Skip to content

Commit

Permalink
Merge pull request #91792 from microsoft/roblou/revertUnnotarizedPublish
Browse files Browse the repository at this point in the history
Revert "make sure unnotarized build is published even if notarization…
  • Loading branch information
roblourens authored Feb 29, 2020
2 parents 406342e + 6468d6c commit d1c48c1
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 d1c48c1

Please sign in to comment.