From d4adfc4a35a0ca27c45ef599441963b8637d57b4 Mon Sep 17 00:00:00 2001 From: StefanoPietrosanti Date: Tue, 12 Oct 2021 14:52:54 +0100 Subject: [PATCH] Update appveyor.yml Updated AppVeyor Visual Studio image to 2019. This fixes build errors. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 48ced04..a012cfe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -image: Visual Studio 2017 +image: Visual Studio 2019 init: - git config --global core.autocrlf true install: