From 13e3c8c84a17d8d929492a87dbc2caeb73650bc9 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:35:29 -0800 Subject: [PATCH] Fix corepack install --- azure-pipelines-gitTests-template.yml | 1 + azure-pipelines-userTests.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/azure-pipelines-gitTests-template.yml b/azure-pipelines-gitTests-template.yml index 32249f3..25d82ed 100644 --- a/azure-pipelines-gitTests-template.yml +++ b/azure-pipelines-gitTests-template.yml @@ -89,6 +89,7 @@ jobs: npm run build npm install -g yarn npm install -g pnpm + npm install -g corepack@latest export COREPACK_ENABLE_AUTO_PIN=0 export COREPACK_ENABLE_DOWNLOAD_PROMPT=0 export COREPACK_ENABLE_STRICT=0 diff --git a/azure-pipelines-userTests.yml b/azure-pipelines-userTests.yml index 5fb612c..687ed11 100644 --- a/azure-pipelines-userTests.yml +++ b/azure-pipelines-userTests.yml @@ -123,6 +123,7 @@ jobs: npm run build npm install -g yarn npm install -g pnpm + npm install -g corepack@latest export COREPACK_ENABLE_AUTO_PIN=0 export COREPACK_ENABLE_DOWNLOAD_PROMPT=0 export COREPACK_ENABLE_STRICT=0