From 0d318eef50a9a5e03d29fd51e6570fb3d0683786 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Fri, 25 Nov 2016 21:47:03 +0100 Subject: [PATCH] appveyor: use image: Visual Studio 2017 RC --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 6060f0cd2..197a1043d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,7 @@ version: 1.0.{build} configuration: Debug platform: Any CPU +image: Visual Studio 2017 RC install: - git submodule update --init --recursive - git clone https://github.com/icsharpcode/ILSpy-tests