From 8f7295b8a2bf52e2504aa48012a94a716ced964f Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Thu, 10 Sep 2020 06:54:25 -0700 Subject: [PATCH] Avoid cache in integration test jobs --- azure-pipelines.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 05c3b03d..4b2c5f73 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -98,11 +98,6 @@ jobs: inputs: versionSpec: '1.x' displayName: 'Install Yarn' - - task: CacheBeta@1 - inputs: - key: yarn2 | $(Agent.OS) | yarn.lock - path: node_modules - displayName: Cache node modules - script: yarn --frozen-lockfile displayName: 'Install dependencies and build' - script: | @@ -122,11 +117,6 @@ jobs: inputs: versionSpec: '10.x' displayName: 'Install Node.js' - - task: CacheBeta@1 - inputs: - key: yarn2 | $(Agent.OS) | yarn.lock - path: node_modules - displayName: Cache node modules - script: yarn --frozen-lockfile displayName: 'Install dependencies and build' - script: |