Skip to content

Commit

Permalink
add useful comments based on joao
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt authored Mar 5, 2021
1 parent c6f7b18 commit 5b418bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/azure-pipelines/darwin/product-build-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ steps:
displayName: Extract compilation output
condition: and(succeeded(), ne(variables['VSCODE_ARCH'], 'universal'))
# Set up the credentials to retrieve distro repo and setup git persona
# to create a merge commit for when we merge distro into oss
- script: |
set -e
cat << EOF > ~/.netrc
Expand Down Expand Up @@ -119,6 +121,7 @@ steps:
displayName: Rebuild native modules for ARM64
condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'arm64'))
# This script brings in the right resources (images, icons, etc) based on the quality (insiders, stable, exploration)
- script: |
set -e
node build/azure-pipelines/mixin
Expand Down Expand Up @@ -167,6 +170,9 @@ steps:
displayName: Create Universal App
condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'universal'))
# Setting hardened entitlements is a requirement for:
# * Apple notarization
# * Running tests on Big Sur (because Big Sur has additional security precautions)
- script: |
set -e
security create-keychain -p pwd $(agent.tempdirectory)/buildagent.keychain
Expand Down

0 comments on commit 5b418bc

Please sign in to comment.