From 7c37e31c97cb011b6df48d37b4668b601e6a9509 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Wed, 15 Feb 2017 08:02:29 -0800 Subject: [PATCH] Get AppVeyor builds working again --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index be95b88d6f..c20128f426 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,4 +10,6 @@ build_script: - build.cmd --quiet verify clone_depth: 1 test: off -deploy: off \ No newline at end of file +deploy: off + +os: Visual Studio 2017 RC