From 63bfbf3631ad63701fd474cbf873dfa4791b38b2 Mon Sep 17 00:00:00 2001 From: yazninja Date: Wed, 10 May 2023 18:36:38 +0300 Subject: [PATCH] pls work --- azure-pipelines.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 237d7131..7a167b5d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,6 @@ trigger: include: - src/**/* - azure-pipelines.yml - - .yarnrc.yml variables: COMMIT_URL: "$(Build.Repository.Uri)/commit/$(Build.SourceVersion)" @@ -39,14 +38,14 @@ jobs: key: 'yarn | "$(Agent.OS)" | yarn.lock' path: $(YARN_CACHE_FOLDER) displayName: Cache yarn - + - script: | yarn set version from sources displayName: "Setup yarn" - + # Install dependencies (immutable for non-PR builds) - ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: - - script: yarn install --immutable-cache + - script: yarn install displayName: "Install Dependencies" - ${{ if eq(variables['Build.Reason'], 'PullRequest') }}: - script: yarn install @@ -100,7 +99,7 @@ jobs: # Install dependencies (immutable for non-PR builds) - ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: - - script: yarn install --immutable + - script: yarn install displayName: "Install Dependencies" - ${{ if eq(variables['Build.Reason'], 'PullRequest') }}: - script: yarn install