Skip to content

Commit 96c1ab3

Browse files
authored
Engineering - Add missing variable to cache maintenance job (microsoft#156540)
Add missing variable to cache maintenance job
1 parent 3f502b2 commit 96c1ab3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/azure-pipelines/product-build-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ stages:
3030
- job: MaintainNodeModulesCache
3131
displayName: Maintain node_modules cache
3232
pool: vscode-1es-vscode-linux-20.04
33+
variables:
34+
VSCODE_ARCH: x64
3335
steps:
3436
- template: product-build-pr-cache.yml
3537

0 commit comments

Comments
 (0)