-
Notifications
You must be signed in to change notification settings - Fork 349
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
Update to 8.0 RTM #14099
Update to 8.0 RTM #14099
Conversation
Same as 858c011 for RC1
Interesting failure. Global tool restore is failing. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
This rings a bell, let me try and find it. |
dotnet/aspnetcore#51059 is a PR where aspnetcore was trying to get tool restore to work with RC2. There are some known issues regarding that. They ended up skipping rc2 altogether. |
I think we should skip to a newer RTM version then |
Agreed this is a significant breaking change. Should we just skip to a recent unsigned SDK build then? Any preference on which version? The fix for that issue was merged in four days ago: dotnet/sdk#35884 |
I would go with latest. 8.0.100-rtm.23506.1. It should be signed and will have the fix. aspnetcore: 8.0.0-rtm.23502.22 |
/backport to release/8.0 |
Started backporting to release/8.0: https://github.com/dotnet/arcade/actions/runs/6487190497 |
Same as 858c011 for RC1
To double check: