MvcPrecompilation/build.cmd

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

2016-08-17 01:11:53 +03:00
@ECHO OFF
2017-09-20 23:22:25 +03:00
PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0run.ps1' default-build %*; exit $LASTEXITCODE"