roslyn-sdk/test.cmd

3 строки
95 B
Batchfile

@echo off
powershell -ExecutionPolicy ByPass %~dp0build\Build.ps1 -test %*
exit /b %ErrorLevel%