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