From ebddab35d2dead06c3b0c0d02d6c2312e8c4f517 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Mon, 13 Dec 2021 22:47:23 +1000 Subject: [PATCH] Attempt to fix AppVeyor builds see #3024 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5b992f0d40..73aebc0e47 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ version: 0.0.0.{build} branches: only: - master -image: Visual Studio 2019 +image: Visual Studio 2022 assembly_info: patch: true file: '**\AssemblyInfo.*'