From 0eb76940dee88772bdad9788f06d1e61cef6beae Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Tue, 19 Jun 2018 07:58:11 -0700 Subject: [PATCH] Use non-preview appveyor image The main image was updated to 15.7.3 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 83ab8e4c7..3e6b79bfc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ version: 1.0.0.{build} -image: Visual Studio 2017 Preview +image: Visual Studio 2017 # prevent the double build when a branch has an active PR skip_branch_with_pr: true