hygiene: switch to terrapin

This commit is contained in:
João Moreno 2020-12-17 20:01:12 +01:00
parent 3551968d69
commit bcef72ddd0
No known key found for this signature in database
GPG key ID: 896B853774D1A575

View file

@ -30,6 +30,12 @@ steps:
git pull --no-rebase https://github.com/$(VSCODE_MIXIN_REPO).git $(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'))
- script: |
mkdir -p .build
echo -n $(VSCODE_ARCH) > .build/arch