-
Notifications
You must be signed in to change notification settings - Fork 1.5k
AppVeyor: move to VS 2022 image #2387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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.
Cloud images are fun!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6.0.406 exists, but if 6.0.309 works: fine (dammit, you pushed more)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7.0.200 ? I mean, we can see whether 201 with force works, but...
|
I dunno...this image is a PITA, getting it working with forcing so it doesn't break when they add 6.x back to the image once someone realizes it's missing too... |
|
@NickCraver - aren't the SDKs given unique package names? |
|
@slorello89 I was going off https://community.chocolatey.org/packages/dotnet-sdk/7.0.201 - but also swamped in 8 other things atm, if y'all have a good handle here push away on this branch, obviously this is just a stream of failure atm :) |
|
worth a shot :) |
|
Lol @NickCraver - choco install dotnet-sdk --version 6.0.406 --force
choco install dotnet-sdk --version 7.0.201 --forceWasn't being split into two lines so it was running |
|
DAMMIT, thanks Steve :) |
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.