2 lines
67 B
Batchfile
2 lines
67 B
Batchfile
|
@echo off
|
||
|
dotnet test --logger:"html;LogFilePath=testresults.html;"
|