Templating/build.cmd

3 строки
260 B
Batchfile
Исходник Постоянная ссылка Обычный вид История

@ECHO OFF
2017-10-27 21:56:41 +03:00
PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0run.ps1' default-build %*; exit $LASTEXITCODE"