sdk/test.cmd

4 строки
183 B
Batchfile

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