Skip to content

Commit

Permalink
reenable terrapin (microsoft#163622)
Browse files Browse the repository at this point in the history
* drop npx for terrapin

* enable terrapin by default
  • Loading branch information
joaomoreno committed Oct 14, 2022
1 parent 493d27b commit ac9aff3
Show file tree
Hide file tree
Showing 13 changed files with 474 additions and 472 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:

- script: |
set -e
npx https://aka.ms/enablesecurefeed standAlone
npm install https://aka.ms/enablesecurefeed --global && npm exec terrapinadotask -- standAlone
timeoutInMinutes: 5
retryCountOnTaskFailure: 3
condition: and(succeeded(), ne(variables.NODE_MODULES_RESTORED, 'true'), eq(variables['ENABLE_TERRAPIN'], 'true'))
Expand All @@ -40,6 +40,6 @@ steps:
parameters:
VSCODE_CLI_ARTIFACTS:
- ${{ if eq(parameters.VSCODE_BUILD_MACOS, true) }}:
- unsigned_vscode_cli_darwin_x64_cli
- unsigned_vscode_cli_darwin_x64_cli
- ${{ if eq(parameters.VSCODE_BUILD_MACOS_ARM64, true) }}:
- unsigned_vscode_cli_darwin_arm64_cli
- unsigned_vscode_cli_darwin_arm64_cli
2 changes: 1 addition & 1 deletion build/azure-pipelines/darwin/product-build-darwin-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ steps:
- script: |
set -e
npx https://aka.ms/enablesecurefeed standAlone
npm install https://aka.ms/enablesecurefeed --global && npm exec terrapinadotask -- standAlone
timeoutInMinutes: 5
retryCountOnTaskFailure: 3
condition: and(succeeded(), ne(variables.NODE_MODULES_RESTORED, 'true'), eq(variables['ENABLE_TERRAPIN'], 'true'))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ steps:
- script: |
set -e
npx https://aka.ms/enablesecurefeed standAlone
npm install https://aka.ms/enablesecurefeed --global && npm exec terrapinadotask -- standAlone
timeoutInMinutes: 5
retryCountOnTaskFailure: 3
condition: and(succeeded(), ne(variables.NODE_MODULES_RESTORED, 'true'), eq(variables['ENABLE_TERRAPIN'], 'true'))
Expand Down
336 changes: 168 additions & 168 deletions build/azure-pipelines/darwin/product-build-darwin.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/azure-pipelines/linux/product-build-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ steps:
- script: |
set -e
npx https://aka.ms/enablesecurefeed standAlone
npm install https://aka.ms/enablesecurefeed --global && npm exec terrapinadotask -- standAlone
timeoutInMinutes: 5
retryCountOnTaskFailure: 3
condition: and(succeeded(), ne(variables.NODE_MODULES_RESTORED, 'true'), eq(variables['ENABLE_TERRAPIN'], 'true'))
Expand Down
Loading

0 comments on commit ac9aff3

Please sign in to comment.