From a9b8f013e1ae91b32f0af901e89ed4c06411cdb8 Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Mon, 11 Mar 2024 18:59:19 -0300 Subject: [PATCH] Fix Test --- ricaun.Nuke/Components/IHazTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ricaun.Nuke/Components/IHazTest.cs b/ricaun.Nuke/Components/IHazTest.cs index 628fe32..73fe8da 100644 --- a/ricaun.Nuke/Components/IHazTest.cs +++ b/ricaun.Nuke/Components/IHazTest.cs @@ -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, _ => _