-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Fix aspnet2 spmi #123154
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
Fix aspnet2 spmi #123154
Conversation
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
|
/azp run runtime-coreclr superpmi-collect-test |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
PTAL @dotnet/jit-contrib @AndyAyersMS - this fixes the aspnet2 collection, I don't know why crank refuses to download the SDK for net11 internally + edge/latest channel 😞 I just took the latest version from https://aka.ms/aspnet/benchmarks and it works (it's also still on net10). |
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.
Pull request overview
This PR fixes the aspnet2 SPMI collection script by temporarily pinning specific .NET 10.0 RTM versions to work around issues with using dynamic version channels. The script previously attempted to use the "latest" channel but encountered build failures.
Changes:
- Commented out the dynamic framework/channel configuration that was causing failures
- Pinned to specific .NET 10.0 RTM versions (aspNetCoreVersion, runtimeVersion, and sdkVersion)
- Added a TODO comment noting this is a temporary workaround
AndyAyersMS
left a comment
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.
Not sure why either, but this is fine for now.
No description provided.