From e354fed9eb0756dfc29fc29b3486aff9e5a22c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Wed, 3 Dec 2025 11:59:11 +0100 Subject: [PATCH] missing codesign for win32 web bits (#280914) --- .../azure-pipelines/win32/steps/product-build-win32-compile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/azure-pipelines/win32/steps/product-build-win32-compile.yml b/build/azure-pipelines/win32/steps/product-build-win32-compile.yml index 98cb768f1f8..d6412c23420 100644 --- a/build/azure-pipelines/win32/steps/product-build-win32-compile.yml +++ b/build/azure-pipelines/win32/steps/product-build-win32-compile.yml @@ -175,6 +175,7 @@ steps: exec { npm run gulp "vscode-reh-web-win32-$(VSCODE_ARCH)-min-ci" } mv ..\vscode-reh-web-win32-$(VSCODE_ARCH) ..\vscode-server-win32-$(VSCODE_ARCH)-web # TODO@joaomoreno echo "##vso[task.setvariable variable=BUILT_WEB]true" + echo "##vso[task.setvariable variable=CodeSigningFolderPath]$(CodeSigningFolderPath),$(Agent.BuildDirectory)/vscode-server-win32-$(VSCODE_ARCH)-web" env: GITHUB_TOKEN: "$(github-distro-mixin-password)" displayName: Build server (web)