-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
generation of RID graph no longer works #82125
Comments
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsI was trying add new RID (ubuntu 23.04). I added entry to
|
With .NET 7, source-build for unknown distros manages to successfully update the graph and then use that graph in the build. The task for that ( runtime/src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj Lines 60 to 79 in 53bb518
|
This issue has been marked |
What do you want me to try? Just run the pack command as documentation suggest? |
…76068) * Use generated runtime.json when building shared framework packages. * Don't UpdateRuntimeJson on Build. * PR feedback. * Update Microsoft.NETCore.Platforms.csproj Co-authored-by: Viktor Hofer <[email protected]>
I was looking for any console indication of why it doesn't work anymore but disregard as I just found the culprit: #76068 |
thanks for looking into it @ViktorHofer |
See cd2f0ff#r100777231. |
The change was also backported to 6.0 with some differences: #77510. |
I was trying add new RID (ubuntu 23.04). I added entry to
runtimeGroups.props
inMicrosoft.NETCore.Platforms
and rundotnet.sh pack /p:UpdateRuntimeFiles=true
as usually.But no updates were made to
runtime.json
andruntime.compatibility.json
Release/6.0 branch still works but I experienced same issue with release/7.0.
The text was updated successfully, but these errors were encountered: