AzureTestApps/build.cmd

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

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