use terrapin

This commit is contained in:
João Moreno
2020-10-16 10:38:06 +02:00
parent f3399d0c4b
commit c9b479c4a1
7 changed files with 28 additions and 0 deletions

View File

@@ -62,6 +62,10 @@ steps:
git merge $(node -p "require('./package.json').distro")
displayName: Merge distro
- script: |
npx https://aka.ms/enablesecurefeed
displayName: Switch to Terrapin packages
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
inputs:
keyfile: 'build/.cachesalt, .yarnrc, remote/.yarnrc, **/yarn.lock, !**/node_modules/**/yarn.lock, !**/.*/**/yarn.lock'