test-templates/test.cmd

4 строки
114 B
Batchfile

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