mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
11 lines
228 B
PowerShell
11 lines
228 B
PowerShell
Param(
|
|
[string]$arch
|
|
)
|
|
|
|
. .\build\tfs\win32\lib.ps1
|
|
|
|
step "Create archive and setup package" {
|
|
exec { & npm run gulp -- --max_old_space_size=4096 "vscode-win32-$global:arch-archive" "vscode-win32-$global:arch-setup" }
|
|
}
|
|
|
|
done |