From b1c35a9d301702060a1c7d6e983efe10e0833beb Mon Sep 17 00:00:00 2001 From: yazninja Date: Wed, 10 May 2023 09:34:53 +0300 Subject: [PATCH] debug part 3 --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 78132933..f36e0d57 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,6 +39,7 @@ jobs: displayName: Cache yarn - script: | + yarn config set cache-folder /usr/local/Caches/yarn yarn --version displayName: "Setup yarn v3"