From 34c4b7314d9e448171096f09ae430f8b1db9ef6c Mon Sep 17 00:00:00 2001 From: yazninja Date: Wed, 10 May 2023 09:20:40 +0300 Subject: [PATCH] its supposed to be 3 alr --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7a0d5474..d8a13759 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,9 +38,9 @@ jobs: # path: $(YARN_CONFIG_CACHE) # displayName: Cache yarn - - script: | - yarn set version from sources - displayName: "Setup yarn" + # - script: | + # yarn set version from sources + # displayName: "Setup yarn" # Install dependencies (immutable for non-PR builds) - ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: