Skip to content

Commit

Permalink
[Builds] AppVeyor: use Visual Studio 2022 image (#1911)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
NickCraver authored Jun 9, 2023
1 parent 01f03ef commit 194a0ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: Visual Studio 2019
image: Visual Studio 2022

skip_branch_with_pr: true
skip_tags: true
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 194a0ce

Please sign in to comment.