disable terrapin when in CI (#242282)

This commit is contained in:
João Moreno 2025-02-28 11:42:32 +01:00 committed by GitHub
parent 75c8626ea5
commit 3a26f60ab5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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