From fee575b143d443be0632b528bae20a2da7eeffeb Mon Sep 17 00:00:00 2001 From: yazninja Date: Wed, 10 May 2023 09:25:46 +0300 Subject: [PATCH] debug part 1 --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b3b83384..f5ccabe7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,7 +39,8 @@ jobs: # displayName: Cache yarn - script: | - yarn set version fstable + yarn config -v + yarn set version stable displayName: "Setup yarn v3" # Install dependencies (immutable for non-PR builds)