Skip to content

Commit

Permalink
Changed diagnostics on unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
veler committed Apr 8, 2024
1 parent 8cc800e commit 6ce80d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class Build : NukeBuild
DotNetTest(s => s
.SetProjectFile(f)
.SetConfiguration(Configuration)
.SetVerbosity(DotNetVerbosity.quiet)));
.SetVerbosity(DotNetVerbosity.minimal)));
});

Target GenerateSdkNuGet => _ => _
Expand Down

0 comments on commit 6ce80d4

Please sign in to comment.