Skip to content

Commit 3fc00cb

Browse files
committed
(build) disable nunit run as it already runs with dotnet test
1 parent e90cd3c commit 3fc00cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pack.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Task("Test")
8181
nunitSettings.Agents = 1;
8282
}
8383

84-
NUnit3(testAssemblies, nunitSettings);
84+
//NUnit3(testAssemblies, nunitSettings);
8585
});
8686

8787
#endregion

0 commit comments

Comments
 (0)