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