Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fc7c610

Browse files
committed
CSHARP-5581: Test MONGODB-X509 on cloud-dev (#1757)
1 parent f0be68a commit fc7c610

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎build.cake

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,15 @@ Task("TestCsfleWithGcpKms")
258258
action: (BuildConfig buildConfig, Path testProject) =>
259259
RunTests(buildConfig, testProject, filter: "Category=\"CsfleGCPKMS\""));
260260

261+
Task("TestX509")
262+
.IsDependentOn("Build")
263+
.DoesForEach(
264+
items: GetFiles("./**/MongoDB.Driver.Tests.csproj"),
265+
action: (BuildConfig buildConfig, Path testProject) =>
266+
RunTests(buildConfig, testProject, filter: "Category=\"X509\""));
267+
268+
Task("TestX509Net60").IsDependentOn("TestX509");
269+
261270
Task("TestSocks5Proxy")
262271
.IsDependentOn("Build")
263272
.DoesForEach(

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /