Skip to content

Commit 1a4995c

Browse files
CSHARP-3707: Force EG variant running all tests projects even some of them were failed. (#549)
1 parent b370f5f commit 1a4995c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.cake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ Task("Test")
160160
testProject.FullPath,
161161
settings
162162
);
163-
});
163+
})
164+
.DeferOnError();
164165

165166
Task("TestNet452").IsDependentOn("Test");
166167
Task("TestNetStandard15").IsDependentOn("Test");

0 commit comments

Comments
 (0)