missing codesign for win32 web bits (#280914)

This commit is contained in:
João Moreno
2025-12-03 11:59:11 +01:00
committed by GitHub
parent ea07278988
commit e354fed9eb

View File

@@ -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)