From 4644dbe5b47c66d4fa5247ee44e71267763eac3d Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Tue, 9 May 2023 21:49:18 +0100 Subject: [PATCH] moar yarnn --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1d6f6346..cf2041b1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,6 +38,10 @@ jobs: path: $(YARN_CONFIG_CACHE) 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 @@ -88,6 +92,10 @@ jobs: path: $(YARN_CONFIG_CACHE) 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