From ae3683425a99b4270f99709e12aebc79de1bcd0a Mon Sep 17 00:00:00 2001 From: yazninja <71800112+yazninja@users.noreply.github.com> Date: Wed, 10 May 2023 17:46:45 +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 70e740de..14cfe73d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,6 +40,7 @@ jobs: - script: | yarn --version + yarn config unset configCache # yarn set version stable displayName: "Setup yarn v3"