From 89b2bbba613d9f7f3645a6e47ddcf56232798331 Mon Sep 17 00:00:00 2001 From: yazninja Date: Wed, 10 May 2023 09:39:05 +0300 Subject: [PATCH] debug part 5 --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f36e0d57..70e740de 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,12 +35,12 @@ jobs: - task: Cache@2 inputs: key: 'yarn | "$(Agent.OS)" | yarn.lock' - path: $(YARN_CACHE_FOLDER) + path: $(YARN_CONFIG_CACHE) displayName: Cache yarn - script: | - yarn config set cache-folder /usr/local/Caches/yarn yarn --version + # yarn set version stable displayName: "Setup yarn v3" # Install dependencies (immutable for non-PR builds)