From 47f1b1dd97818e7d5110ae0ca4ee146d877a20c9 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Wed, 21 Feb 2018 11:48:30 -0500 Subject: [PATCH] Build with VS 2017 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 95ee488..dadb8c6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ version: 1.0.0.{build} pull_requests: do_not_increment_build_number: true skip_tags: true -image: Visual Studio 2015 +image: Visual Studio 2017 configuration: Release assembly_info: patch: true