Skip to content

Conversation

@NickCraver
Copy link
Collaborator

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.

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!
Copy link
Collaborator

@mgravell mgravell left a 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)

Copy link
Collaborator

@mgravell mgravell left a 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...

@NickCraver
Copy link
Collaborator Author

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...

@slorello89
Copy link
Collaborator

@NickCraver - aren't the SDKs given unique package names? choco install dotnet-6.0-sdk / choco install dotnet-7.0-sdk?

@NickCraver
Copy link
Collaborator Author

@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 :)

@slorello89
Copy link
Collaborator

worth a shot :)

@slorello89
Copy link
Collaborator

Lol @NickCraver -

    choco install dotnet-sdk --version 6.0.406 --force
    choco install dotnet-sdk --version 7.0.201 --force

Wasn't being split into two lines so it was running choco install dotnet-sdk --version 6.0.406 --force choco install dotnet-sdk --version 7.0.201 --force - naturally it couldn't find the choco or install packages so. . . fail. I left it with dotnet-6.0-sdk and dotnet-7.0-sdk - which I think are the more correct packages (I'm sure you two have a better idea about who to ask about it - but I think are both officially supported)

@NickCraver
Copy link
Collaborator Author

DAMMIT, thanks Steve :)

@NickCraver NickCraver marked this pull request as ready for review February 28, 2023 19:34
@mgravell mgravell merged commit 867b04d into main Feb 28, 2023
@mgravell mgravell deleted the craver/fix/appveyor-2022 branch February 28, 2023 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants