From 548e3400b595c16c22d28645bc7761b440995e48 Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 5 Jul 2022 17:15:52 -0500 Subject: [PATCH] Remove general yarn restore key to avoid cross OS conflict --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index eb254859b..5ec74b379 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -173,7 +173,6 @@ stages: key: 'yarn | "$(osName)" | yarn.lock' restoreKeys: | yarn | "$(osName)" - yarn path: $(yarnCacheFolder) displayName: Cache Yarn packages - bash: ./build.sh --frontend @@ -976,7 +975,6 @@ stages: key: 'yarn | "$(osName)" | yarn.lock' restoreKeys: | yarn | "$(osName)" - yarn path: $(yarnCacheFolder) displayName: Cache Yarn packages - bash: ./build.sh --lint