From 96c1ab3fa94e48dde6a6182769055d09380ea1c4 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Thu, 28 Jul 2022 10:25:22 +0300 Subject: [PATCH] Engineering - Add missing variable to cache maintenance job (#156540) Add missing variable to cache maintenance job --- build/azure-pipelines/product-build-pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/azure-pipelines/product-build-pr.yml b/build/azure-pipelines/product-build-pr.yml index 8f06bcfd09c..1a782b100ee 100644 --- a/build/azure-pipelines/product-build-pr.yml +++ b/build/azure-pipelines/product-build-pr.yml @@ -30,6 +30,8 @@ stages: - job: MaintainNodeModulesCache displayName: Maintain node_modules cache pool: vscode-1es-vscode-linux-20.04 + variables: + VSCODE_ARCH: x64 steps: - template: product-build-pr-cache.yml