From 412a8097093895a98d4150276e5a4ed91a6dd3a9 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 22 May 2018 00:50:54 +1000 Subject: [PATCH] Try preview environment --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f784ef2876..9b1ce2b958 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ version: 1.0.0.{build} -image: Visual Studio 2017 +image: Visual Studio 2017 Preview # prevent the double build when a branch has an active PR skip_branch_with_pr: true