From ae82ea64d18d984ff40646002d6346aa2af196c9 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Tue, 9 May 2023 21:40:07 +0100 Subject: [PATCH] Remove pnpm --- azure-pipelines.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 782e1cc1..afa19cfe 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,12 +38,6 @@ jobs: path: $(YARN_CONFIG_CACHE) displayName: Cache yarn - - script: | - corepack enable - corepack prepare pnpm@latest --activate - pnpm config set store-dir $(PNPM_CONFIG_CACHE) - displayName: "Setup pnpm" - # Install dependencies (frozen-lockfile for non-PR builds) - ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: - script: yarn --immutable @@ -94,12 +88,6 @@ jobs: path: $(YARN_CONFIG_CACHE) displayName: Cache yarn - - script: | - corepack enable - corepack prepare pnpm@latest --activate - pnpm config set store-dir $(PNPM_CONFIG_CACHE) - displayName: "Setup pnpm" - # Install dependencies (frozen-lockfile for non-PR builds) - ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: - script: yarn --immutable