Skip to content

Commit beeaa30

Browse files
committed
move VS 2015 to VS 2017
1 parent 011460c commit beeaa30

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.mci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,12 +544,20 @@ buildvariants:
544544
display_name: "${os} ${mongodb_version}"
545545
tasks:
546546
- name: compile_and_test_with_shared_libs
547+
exclude_spec:
548+
# Windows latest only runs on Windows 10. This is tested in the VS 2017 variant.
549+
os: "windows-2k8"
550+
mongodb_version: "latest"
547551

548552
- matrix_name: "auth"
549553
matrix_spec: {os: "*", mongodb_version: "latest"}
550554
display_name: "${os} ${mongodb_version} Auth"
551555
tasks:
552556
- name: compile_and_test_auth_with_shared_libs
557+
exclude_spec:
558+
# Windows latest only runs on Windows 10. This is tested in the VS 2017 variant.
559+
os: "windows-2k8"
560+
mongodb_version: "latest"
553561

554562
#######################################
555563
# Linux Buildvariants #
@@ -754,3 +762,4 @@ buildvariants:
754762
- windows-64-vs2017-compile
755763
tasks:
756764
- name: compile_with_shared_libs
765+
- name: compile_and_test_auth_with_shared_libs

0 commit comments

Comments
 (0)