use more CHILD_CONCURRENCY

This commit is contained in:
Joao Moreno
2019-10-22 16:21:36 +02:00
parent 10586173b0
commit 6de0eea388
3 changed files with 4 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ steps:
inputs:
versionSpec: "1.x"
- script: |
yarn --frozen-lockfile
CHILD_CONCURRENCY=1 yarn --frozen-lockfile
displayName: Install Dependencies
condition: and(succeeded(), ne(variables['CacheRestored'], 'true'))
- task: 1ESLighthouseEng.PipelineArtifactCaching.SaveCacheV1.SaveCache@1