Skip to content

Commit 330e090

Browse files
committed
Appveyor - Move to VS 2017 image fully
1 parent 4ddf259 commit 330e090

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

appveyor.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,18 @@
1212
MSYS2_CACHE: '%DOKAN_CI_CACHE%\msys2'
1313
CHOCO_CACHE: '%DOKAN_CI_CACHE%\choco'
1414
WLK_INST_CACHE: '%DOKAN_CI_CACHE%\wlk_inst'
15-
DOKAN_MAIN_BUILD_JOB_NAME: "Image: Visual Studio 2015; Configuration: All"
15+
DOKAN_MAIN_BUILD_JOB_NAME: "Image: Visual Studio 2017; Configuration: All"
1616

1717
version: 1.0.5-{build}
1818
configuration:
1919
- All
2020
- Coverity
2121
- FsTest
2222

23-
image:
24-
- Visual Studio 2015
25-
- Visual Studio 2017
23+
image: Visual Studio 2017
2624
# If you suspect some changes on the AppVeyor-side breaking things,
2725
# uncomment below. https://www.appveyor.com/updates/
28-
# - Previous Visual Studio 2015
2926
# - Previous Visual Studio 2017
30-
matrix:
31-
exclude:
32-
- configuration: All
33-
image: Visual Studio 2017
34-
- configuration: Coverity
35-
image: Visual Studio 2017
3627
max_jobs: 1
3728
cache:
3829
- '%DOKAN_CI_CACHE% -> appveyor.yml'

0 commit comments

Comments
 (0)