-
Notifications
You must be signed in to change notification settings - Fork 351
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
revert .net sdk version to 9.0.101 #15320
base: main
Are you sure you want to change the base?
Conversation
We don't want to downgrade back to a 9.0.xxx SDK. We explicitly need the .NET 10 SDK for the .NET 10 Preview 1 release. cc @mmitche |
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.
This is a pipeline specific issue and therefore shouldn't force Arcade to go back to a previous SDK. The dotnet-arcade-daily
pipeline must be able to use prerelease SDKs or should manually pin back to an older SDK.
@haruna99 Viktor is right here. I think the correct thing to do may just be to do a restore ( |
@haruna99 Any success here? |
@mmitche I am still working on it. I attempted to restore but encountered errors during the secret-manager synchronization stage. This stage attempts to access .NET 10 online and is unable to access the version downloaded by the restore stage. |
Related Issue
dotnet/dnceng#4635
To double check:
PR Summary
This pull request reverts .net sdk to version 9 to resolve build issues