mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-24 05:40:29 -04:00
* Merge from vscode 8aa90d444f5d051984e8055f547c4252d53479b3 * pipeline errors * fix build
5 lines
248 B
PowerShell
5 lines
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" } |