From c1128d26b57b1bce9f1e9f8f8cab476fb881c4d8 Mon Sep 17 00:00:00 2001 From: Jared Oelderink-Wale Date: Thu, 27 Aug 2020 13:35:13 +1200 Subject: [PATCH] issue #43 - update image to VS 2019 and see if build is successful --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1db7862..8418e16 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ artifacts: configuration: Debug -image: Visual Studio 2017 +image: Visual Studio 2019 build_script: - cmd: powershell -NoProfile -ExecutionPolicy unrestricted -Command .\build.ps1