From bcef72ddd017d2627df5d1f9e810870d59f7267a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Thu, 17 Dec 2020 20:01:12 +0100 Subject: [PATCH] hygiene: switch to terrapin --- build/azure-pipelines/product-hygiene.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/azure-pipelines/product-hygiene.yml b/build/azure-pipelines/product-hygiene.yml index 4f634314b4d..0ee16824cde 100644 --- a/build/azure-pipelines/product-hygiene.yml +++ b/build/azure-pipelines/product-hygiene.yml @@ -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 -- GitLab