From 1cb56e705f83ebedbf3ee4c5b545c3ec7a8a8524 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Mon, 29 Nov 2021 18:21:05 +0000 Subject: [PATCH] Put the most recent image first in appveyor builds. --- appveyor.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.39.5