roslyn-sdk/test.cmd

3 строки
119 B
Batchfile

@echo off
powershell -ExecutionPolicy ByPass -command "& """%~dp0eng\common\Build.ps1""" -test %*"
exit /b %ErrorLevel%