Skip to content

Commit

Permalink
Fix Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Mar 11, 2024
1 parent d4216c9 commit a9b8f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ricaun.Nuke/Components/IHazTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void TestProjects(string testProjectName,
DotNetTasks.DotNetTest(_ => _
.SetProjectFile(testProject)
.SetConfiguration(configuration)
.SetVerbosity(DotNetVerbosity.Normal)
.SetVerbosity(DotNetVerbosity.normal)
.EnableNoBuild()
.SetCustomDotNetTestSettings(customDotNetTestSettings)
.When(testResults, _ => _
Expand Down

0 comments on commit a9b8f01

Please sign in to comment.