@@ -215,7 +215,7 @@ functions:
215
215
working_dir : mongo-csharp-driver
216
216
script : |
217
217
${PREPARE_SHELL}
218
- AUTH=${AUTH} SSL=${SSL} MONGODB_URI="${MONGODB_URI}" TOPOLOGY=${TOPOLOGY} JDK="${JDK}" evergreen/run-tests.sh
218
+ AUTH=${AUTH} SSL=${SSL} MONGODB_URI="${MONGODB_URI}" TOPOLOGY=${TOPOLOGY} evergreen/run-tests.sh
219
219
220
220
run-plain-auth-tests :
221
221
- command : shell.exec
@@ -224,7 +224,7 @@ functions:
224
224
working_dir : mongo-csharp-driver
225
225
script : |
226
226
${PREPARE_SHELL}
227
- JDK="jdk8" MONGODB_URI="${plain_auth_mongodb_uri}" evergreen/run-plain-auth-tests.sh
227
+ MONGODB_URI="${plain_auth_mongodb_uri}" evergreen/run-plain-auth-tests.sh
228
228
229
229
publish-snapshot :
230
230
- command : shell.exec
@@ -415,18 +415,6 @@ axes:
415
415
variables :
416
416
SSL : " nossl"
417
417
418
- - id : framework
419
- display_name : .NET Framework
420
- values :
421
- - id : " net45"
422
- display_name : .NET Framework 4.5
423
- variables :
424
- FRAMEWORK : " net45"
425
- # - id: "netcore10"
426
- # display_name: .NET Core 1.0
427
- # variables:
428
- # FRAMEWORK: "netcore10"
429
-
430
418
buildvariants :
431
419
432
420
- name : windows-64-compile
@@ -437,9 +425,9 @@ buildvariants:
437
425
- name : compile
438
426
439
427
- matrix_name : " tests"
440
- matrix_spec : { version: "*", topology: "*", auth: "*", ssl: "*", os: "*", framework: "*" }
441
- exclude_spec : { version: "2.4", topology: "*", auth: "*", ssl: "ssl", os: "*", framework: "*" }
442
- display_name : " ${version} ${topology} ${auth} ${ssl} ${os} ${framework} "
428
+ matrix_spec : { version: "*", topology: "*", auth: "*", ssl: "*", os: "*" }
429
+ exclude_spec : { version: "2.4", topology: "*", auth: "*", ssl: "ssl", os: "*" }
430
+ display_name : " ${version} ${topology} ${auth} ${ssl} ${os}"
443
431
tags : ["tests-variant"]
444
432
tasks :
445
433
- name : test
0 commit comments