From 4c0dc7664eed4e3843916bcf0dea2cda9d6c8a81 Mon Sep 17 00:00:00 2001 From: ethriel3695 Date: Wed, 17 Jul 2024 09:20:35 -0600 Subject: [PATCH] remove cache --- azure-pipelines.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2cff08f..01c9cbc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,14 +15,8 @@ steps: - task: UseNode@1 inputs: version: '18.x' -- task: Cache@2 - inputs: - key: 'pnpm | "$(Agent.OS)" | pnpm-lock.yaml' - path: $(pnpm_config_cache) - displayName: 'Cache pnpm' - script: | curl -fsSL https://get.pnpm.io/install.sh | sh - - pnpm config set store-dir $(pnpm_config_cache) displayName: "Setup pnpm" - script: pnpm install