mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
disable terrapin when in CI (#242282)
This commit is contained in:
parent
75c8626ea5
commit
3a26f60ab5
@ -106,7 +106,10 @@ variables:
|
||||
- name: VSCODE_PRIVATE_BUILD
|
||||
value: ${{ ne(variables['Build.Repository.Uri'], 'https://github.com/microsoft/vscode.git') }}
|
||||
- name: NPM_REGISTRY
|
||||
value: ${{ parameters.NPM_REGISTRY }}
|
||||
${{ if in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI') }}: # disable terrapin when in VSCODE_CIBUILD
|
||||
value: none
|
||||
${{ else }}:
|
||||
value: ${{ parameters.NPM_REGISTRY }}
|
||||
- name: CARGO_REGISTRY
|
||||
value: ${{ parameters.CARGO_REGISTRY }}
|
||||
- name: VSCODE_QUALITY
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user