Skip to content

Commit 8fe6a54

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/anglesharp.cake

Lines changed: 1 addition & 1 deletion
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)