Files
JavaScriptServices/build.cmd
Ryan Brandenburg 98385cbcb0 Update bootstrappers
2017-09-19 14:44:54 -07:00

3 lines
248 B
Batchfile
Executable File

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