mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
missing codesign for win32 web bits (#280914)
This commit is contained in:
@@ -175,6 +175,7 @@ steps:
|
|||||||
exec { npm run gulp "vscode-reh-web-win32-$(VSCODE_ARCH)-min-ci" }
|
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
|
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=BUILT_WEB]true"
|
||||||
|
echo "##vso[task.setvariable variable=CodeSigningFolderPath]$(CodeSigningFolderPath),$(Agent.BuildDirectory)/vscode-server-win32-$(VSCODE_ARCH)-web"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: "$(github-distro-mixin-password)"
|
GITHUB_TOKEN: "$(github-distro-mixin-password)"
|
||||||
displayName: Build server (web)
|
displayName: Build server (web)
|
||||||
|
|||||||
Reference in New Issue
Block a user