mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-23 13:20:30 -04:00
4 lines
189 B
PowerShell
4 lines
189 B
PowerShell
. build/azure-pipelines/win32/exec.ps1
|
|
$ErrorActionPreference = "Stop"
|
|
exec { yarn gulp "vscode-win32-$env:VSCODE_ARCH-min" }
|
|
exec { yarn gulp "vscode-win32-$env:VSCODE_ARCH-inno-updater" } |