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