mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
5 lines
No EOL
248 B
PowerShell
5 lines
No EOL
248 B
PowerShell
. build/azure-pipelines/win32/exec.ps1
|
|
$ErrorActionPreference = "Stop"
|
|
exec { yarn gulp "vscode-win32-$env:VSCODE_ARCH-min" }
|
|
exec { yarn gulp "vscode-reh-win32-$env:VSCODE_ARCH-min" }
|
|
exec { yarn gulp "vscode-win32-$env:VSCODE_ARCH-inno-updater" } |