vscode-dotnet-runtime/test.cmd

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

2019-11-05 20:48:28 +03:00
@ECHO OFF
PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0test.ps1' default-build %*; exit $LASTEXITCODE"