mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
9
scripts/build.bat
Normal file
9
scripts/build.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
|
||||
CALL gulp --max_old_space_size=2000 electron-ia32
|
||||
CALL "%~dp0\test.bat"
|
||||
CALL gulp --max_old_space_size=2000 optimize-vscode
|
||||
|
||||
:error
|
||||
echo Exit code %errorlevel%
|
||||
exit /b %errorlevel%
|
||||
Reference in New Issue
Block a user