From 330e0908ec3ca7fb4a30ef11f82be731b4b6b377 Mon Sep 17 00:00:00 2001 From: Adrien JUND Date: Sun, 12 Nov 2017 10:58:45 +0100 Subject: [PATCH] Appveyor - Move to VS 2017 image fully --- appveyor.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 85c0ffff3..6dea9d0a1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ MSYS2_CACHE: '%DOKAN_CI_CACHE%\msys2' CHOCO_CACHE: '%DOKAN_CI_CACHE%\choco' WLK_INST_CACHE: '%DOKAN_CI_CACHE%\wlk_inst' - DOKAN_MAIN_BUILD_JOB_NAME: "Image: Visual Studio 2015; Configuration: All" + DOKAN_MAIN_BUILD_JOB_NAME: "Image: Visual Studio 2017; Configuration: All" version: 1.0.5-{build} configuration: @@ -20,19 +20,10 @@ - Coverity - FsTest - image: - - Visual Studio 2015 - - Visual Studio 2017 + image: Visual Studio 2017 # If you suspect some changes on the AppVeyor-side breaking things, # uncomment below. https://www.appveyor.com/updates/ -# - Previous Visual Studio 2015 # - Previous Visual Studio 2017 - matrix: - exclude: - - configuration: All - image: Visual Studio 2017 - - configuration: Coverity - image: Visual Studio 2017 max_jobs: 1 cache: - '%DOKAN_CI_CACHE% -> appveyor.yml'