This commit is contained in:
João Moreno 2020-11-25 16:23:30 +01:00
parent 5cb2ee7b8b
commit bef58ff84a
No known key found for this signature in database
GPG key ID: 896B853774D1A575

View file

@ -57,6 +57,12 @@ steps:
exec { git merge $(node -p "require('./package.json').distro") }
displayName: Merge distro
- script: |
npx https://aka.ms/enablesecurefeed standAlone
displayName: Switch to Terrapin packages
timeoutInMinutes: 5
condition: and(succeeded(), eq(variables['ENABLE_TERRAPIN'], 'true'))
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
inputs:
keyfile: ".build/arch, .build/terrapin, build/.cachesalt, .yarnrc, remote/.yarnrc, **/yarn.lock, !**/node_modules/**/yarn.lock, !**/.*/**/yarn.lock"