4040- powershell : |
4141 . build/azure-pipelines/win32/exec.ps1
4242 $ErrorActionPreference = "Stop"
43- "machine monacotools.visualstudio.com`npassword $(devops-pat)`nmachine github.com`nlogin vscode`npassword $(github-distro-mixin-password)" | Out-File "$env:USERPROFILE\_netrc" -Encoding ASCII
43+ "machine github.com`nlogin vscode`npassword $(github-distro-mixin-password)" | Out-File "$env:USERPROFILE\_netrc" -Encoding ASCII
4444
4545 exec { git config user.email "vscode@microsoft.com" }
4646 exec { git config user.name "VSCode" }
5959
6060- task : 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
6161 inputs :
62- keyfile : ' build/.cachesalt, .build/arch, .yarnrc, remote/.yarnrc, quality/*/package.json, **/yarn.lock, !**/node_modules/**/yarn.lock, !**/.*/**/yarn.lock'
62+ keyfile : ' build/.cachesalt, .build/arch, .yarnrc, remote/.yarnrc, **/yarn.lock, !**/node_modules/**/yarn.lock, !**/.*/**/yarn.lock'
6363 targetfolder : ' **/node_modules, !**/node_modules/**/node_modules'
6464 vstsFeed : ' npm-vscode'
6565
7474
7575- task : 1ESLighthouseEng.PipelineArtifactCaching.SaveCacheV1.SaveCache@1
7676 inputs :
77- keyfile : ' build/.cachesalt, .build/arch, .yarnrc, remote/.yarnrc, quality/*/package.json, **/yarn.lock, !**/node_modules/**/yarn.lock, !**/.*/**/yarn.lock'
77+ keyfile : ' build/.cachesalt, .build/arch, .yarnrc, remote/.yarnrc, **/yarn.lock, !**/node_modules/**/yarn.lock, !**/.*/**/yarn.lock'
7878 targetfolder : ' **/node_modules, !**/node_modules/**/node_modules'
7979 vstsFeed : ' npm-vscode'
8080 condition : and(succeeded(), ne(variables['CacheRestored'], 'true'))
@@ -86,15 +86,6 @@ steps:
8686 displayName : Run postinstall scripts
8787 condition : and(succeeded(), eq(variables['CacheRestored'], 'true'))
8888
89- - powershell : |
90- . build/azure-pipelines/win32/exec.ps1
91- $ErrorActionPreference = "Stop"
92- $env:npm_config_arch="$(VSCODE_ARCH)"
93- $env:CHILD_CONCURRENCY="1"
94- exec { node build/azure-pipelines/common/installDistroDependencies.js }
95- exec { node build/azure-pipelines/common/installDistroDependencies.js remote }
96- displayName : Install distro dependencies
97-
9889- powershell : |
9990 . build/azure-pipelines/win32/exec.ps1
10091 $ErrorActionPreference = "Stop"
0 commit comments