-
- Downloads
Add the "exit /b 1" trick to force the batch file to return an error
(to testbuild.js), I suspect the setlocal call is causing the current error level to not be passed up to the caller. If build.bat failed, testbuild.js would not always detect the build failure.
Please register or sign in to comment