From 1ffab661da7155d36d162a73b407d1082549ace1 Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 30 Nov 2021 11:20:15 -0600 Subject: [PATCH] Don't fallback to different OS Yarn cache --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 90cdd164e..8453d7ec8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -163,7 +163,6 @@ stages: key: 'yarn | "$(osName)" | yarn.lock' restoreKeys: | yarn | "$(osName)" - yarn path: $(yarnCacheFolder) displayName: Cache Yarn packages - bash: ./build.sh --frontend @@ -816,7 +815,6 @@ stages: key: 'yarn | "$(osName)" | yarn.lock' restoreKeys: | yarn | "$(osName)" - yarn path: $(yarnCacheFolder) displayName: Cache Yarn packages - bash: ./build.sh --lint