platform-compat/test.cmd

3 строки
100 B
Batchfile

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