File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
build/azure-pipelines/win32 Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -86,14 +86,13 @@ steps:
86
86
87
87
- powershell : |
88
88
if (!(Test-Path ".build")) { New-Item -Path ".build" -ItemType Directory }
89
- "$(VSCODE_ARCH)" | Out-File -Encoding ascii -NoNewLine .build\arch
90
- node build/azure-pipelines/common/computeNodeModulesCacheKey.js > .build/yarnlockhash
89
+ node build/azure-pipelines/common/computeNodeModulesCacheKey.js $(VSCODE_ARCH) > .build/yarnlockhash
91
90
node build/azure-pipelines/common/computeBuiltInDepsCacheKey.js > .build/builtindepshash
92
91
displayName: Prepare yarn cache flags
93
92
94
93
- task : Cache@2
95
94
inputs :
96
- key : " nodeModules | $(Agent.OS) | .build/arch, .build/ yarnlockhash"
95
+ key : " nodeModules | $(Agent.OS) | .build/yarnlockhash"
97
96
path : .build/node_modules_cache
98
97
cacheHitVar : NODE_MODULES_RESTORED
99
98
displayName : Restore node_modules cache
You can’t perform that action at this time.
0 commit comments