From: Eric Haszlakiewicz Date: Mon, 29 Nov 2021 18:21:05 +0000 (+0000) Subject: Put the most recent image first in appveyor builds. X-Git-Tag: json-c-0.16-20220414~27^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F734%2Fhead;p=thirdparty%2Fjson-c.git Put the most recent image first in appveyor builds. --- diff --git a/appveyor.yml b/appveyor.yml index 9a5f9c4f..e0349f6b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,17 +1,20 @@ version: '{branch}.{build}' image: +# b_toolset: v143 + - Visual Studio 2022 + # VS2015 also used for earlier VS builds # aka os: Windows Server 2012 R2 - Visual Studio 2015 + # aka os: Windows Server 2016 # b_toolset: v141 - Visual Studio 2017 + # aka os: Windows Server 2019 # b_toolset: v142 - Visual Studio 2019 -# b_toolset: v143 - - Visual Studio 2022 platform: x64