testfx/Test.cmd

4 строки
141 B
Batchfile

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