Files
JavaScriptServices/build.cmd
Ryan Brandenburg e67a30132f Update bootstrappers
2017-09-22 12:13:00 +01:00

3 lines
260 B
Batchfile
Executable File

@ECHO OFF
PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0run.ps1' default-build %*; exit $LASTEXITCODE"