From 194a0cea6a861bc030a573ea2f54158148b6bec0 Mon Sep 17 00:00:00 2001 From: Nick Craver Date: Fri, 9 Jun 2023 09:35:00 -0400 Subject: [PATCH] [Builds] AppVeyor: use Visual Studio 2022 image (#1911) We want to use latest SDK and ability to run against net6.0 tests. It looks like the pool issue with VS 2022 has been resolved on the AppVeyor side so: yay! That solves everything cleanly with no installs. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d91b9d196..122b20fab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -image: Visual Studio 2019 +image: Visual Studio 2022 skip_branch_with_pr: true skip_tags: true @@ -35,7 +35,7 @@ init: - git config --global core.autocrlf input - SET PATH=%POSTGRES_PATH%\bin;%MYSQL_PATH%\bin;%PATH% - net start MSSQL$SQL2019 - + nuget: disable_publish_on_pr: true