test.cmd 161 B

1234
  1. @echo off
  2. powershell -NoLogo -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0eng\common\build.ps1""" -test -msbuildEngine dotnet %*"
  3. exit /b %ErrorLevel%