Skip to content

Commit

Permalink
--verbosity:detailed
Browse files Browse the repository at this point in the history
  • Loading branch information
raman-m committed Apr 12, 2024
1 parent fa7e1ec commit a03e74a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,8 @@ Task("RunUnitTests")
.Append("--no-restore")
.Append("--no-build")
.Append("--collect:\"XPlat Code Coverage\"") // this create the code coverage report
.Append("--verbosity:detailed")
.Append("--consoleLoggerParameters:ErrorsOnly")
};
if (target != Release)
{
Expand Down

0 comments on commit a03e74a

Please sign in to comment.