@@ -215,7 +215,7 @@ functions:
215215 working_dir : mongo-csharp-driver
216216 script : |
217217 ${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
219219
220220 run-plain-auth-tests :
221221 - command : shell.exec
@@ -224,7 +224,7 @@ functions:
224224 working_dir : mongo-csharp-driver
225225 script : |
226226 ${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
228228
229229 publish-snapshot :
230230 - command : shell.exec
@@ -415,18 +415,6 @@ axes:
415415 variables :
416416 SSL : " nossl"
417417
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-
430418buildvariants :
431419
432420- name : windows-64-compile
@@ -437,9 +425,9 @@ buildvariants:
437425 - name : compile
438426
439427- 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}"
443431 tags : ["tests-variant"]
444432 tasks :
445433 - name : test
0 commit comments