mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
12 lines
231 B
PowerShell
12 lines
231 B
PowerShell
Param(
|
|
[string]$arch
|
|
)
|
|
|
|
. .\build\tfs\win32\node.ps1
|
|
. .\build\tfs\win32\lib.ps1
|
|
|
|
step "Create archive and setup package" {
|
|
exec { & npm run gulp -- "vscode-win32-$global:arch-archive" "vscode-win32-$global:arch-setup" }
|
|
}
|
|
|
|
done |