Skip to content

Commit 8fe6a54

Browse files
committed
Remove appveyor logger during testing
1 parent 5d6460d commit 8fe6a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/anglesharp.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Task("Run-Unit-Tests")
7777
if (isRunningOnAppVeyor)
7878
{
7979
settings.TestAdapterPath = Directory(".");
80-
settings.Logger = "Appveyor";
80+
//settings.Logger = "Appveyor";
8181
// TODO Finds a way to exclude tests not allowed to run on appveyor
8282
// Not used in current code
8383
//settings.Where = "cat != ExcludeFromAppVeyor";

0 commit comments

Comments
 (0)