From bc0f21d8145564364db5c12699224eb5c25c365e Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 6 Feb 2019 11:20:36 +0100 Subject: [PATCH] chore: downgrade yarn on windows on azure See #7760 --- .azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index e28f5b54627b..df022b431dec 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -17,6 +17,7 @@ jobs: git config --global core.autocrlf false git config --global core.symlinks true displayName: 'Preserve LF endings and symbolic links on check out' + - script: npm install -g yarn@1.9.4 - template: .azure-pipelines-steps.yml - job: macOS