From cdd26fd2e3eaf58b7796ccab97763940d3960ed0 Mon Sep 17 00:00:00 2001 From: yazninja Date: Wed, 10 May 2023 09:28:11 +0300 Subject: [PATCH] debug part 2 --- azure-pipelines.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f5ccabe7..f60c8e70 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,15 +31,14 @@ jobs: versionSource: "fromFile" versionFilePath: ".nvmrc" - # - ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: - # - task: Cache@2 - # inputs: - # key: 'yarn | "$(Agent.OS)" | yarn.lock' - # path: $(YARN_CONFIG_CACHE) - # displayName: Cache yarn + - ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: + - task: Cache@2 + inputs: + key: 'yarn | "$(Agent.OS)" | yarn.lock' + path: $(YARN_CACHE_FOLDER) + displayName: Cache yarn - script: | - yarn config -v yarn set version stable displayName: "Setup yarn v3"