Skip to content

Commit 867b04d

Browse files
AppVeyor: move to VS 2022 image (#2387)
* AppVeyor: move to VS 2022 image The update blog post (https://www.appveyor.com/updates/2023/02/24/) doesn't match the inventory (https://www.appveyor.com/docs/windows-images-software/), primarily: .NET 6 SDK which is LTS is no longer on the 2019 image which seems like an oops. Bypassing the issue for now by getting on the 2022 image. * Okay...install both I guess Cloud images are fun! * bahhhhhhhhh * 4th time's a charm * Maybe 5th * Force it * 7.0.200 * trying explicitly named packages * Splitting lines --------- Co-authored-by: slorello89 <[email protected]>
1 parent 6fa6a79 commit 867b04d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ init:
66

77
install:
88
- cmd: >-
9-
choco install dotnet-sdk --version 7.0.102
9+
choco install dotnet-6.0-sdk
10+
11+
choco install dotnet-7.0-sdk
1012
1113
cd tests\RedisConfigs\3.0.503
1214

0 commit comments

Comments
 (0)