mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
fix windows build script
This commit is contained in:
parent
cf72b92c4c
commit
f1bb8327bf
@ -1,4 +1,4 @@
|
||||
. build/azure-pipelines/win32/exec.ps1
|
||||
$ErrorActionPreference = "Stop"
|
||||
exec { yarn gulp "vscode-win32-$(VSCODE_ARCH)-min" }
|
||||
exec { yarn gulp "vscode-win32-$(VSCODE_ARCH)-inno-updater" }
|
||||
exec { yarn gulp "vscode-win32-$env:VSCODE_ARCH-min" }
|
||||
exec { yarn gulp "vscode-win32-$env:VSCODE_ARCH-inno-updater" }
|
||||
Loading…
x
Reference in New Issue
Block a user