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