test-templates/test.cmd

4 строки
113 B
Batchfile

@echo off
.dotnet\dotnet test test\Microsoft.TestTemplates.AcceptanceTests.sln --logger:trx
exit /b %ErrorLevel%