Coherence/build.cmd

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

2016-02-27 23:51:18 +03:00
@ECHO OFF
PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0build.ps1' %*; exit $LASTEXITCODE"