From b563af4d729371cf666d7fb5b817e75a4075f1e4 Mon Sep 17 00:00:00 2001 From: yazninja <71800112+yazninja@users.noreply.github.com> Date: Wed, 10 May 2023 18:03:48 +0300 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d63776cd..2785f211 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,7 +39,7 @@ jobs: # displayName: Cache yarn - script: | - rm -rf $(Pipeline.Workspace)/.yarn/cache + yarn config -v yarn config unset configCache displayName: "Setup yarn v3"