mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
use more CHILD_CONCURRENCY
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user