Allow x64 macOS builds to be triggered alone

This commit is contained in:
Tyler James Leonhardt 2021-04-23 22:35:03 +00:00 committed by GitHub
parent af58ea10fc
commit b126d45af9

View file

@ -271,7 +271,7 @@ stages:
VSCODE_ARCH: arm64
steps:
- template: darwin/product-build-darwin.yml
- ${{ if ne(variables['VSCODE_PUBLISH'], 'false') }}:
- ${{ if ne(variables['VSCODE_PUBLISH'], 'false') }}:
- job: macOSARM64Sign
dependsOn:
- macOSARM64