efcore/test.cmd

4 строки
145 B
Batchfile

@echo off
powershell -ExecutionPolicy ByPass -NoProfile -command "& '%~dp0eng\common\build.ps1' -nodeReuse:$false -test %*"
exit /b %ErrorLevel%