-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Yml: Use rids instead of "Platform" #37650
Comments
Tagging subscribers to this area: @safern, @ViktorHofer |
I think this makes sense, but maybe should be part of: #32451 ? |
Due to lack of recent activity, this issue has been marked as a candidate for backlog cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will undo this process. This process is part of our issue cleanup automation. |
This issue will now be closed since it had been marked |
Currently we use a "Platform" layout instead of RID. Except for the delimiter and the casing, both formats are identical:
Unfortunately for Windows this isn't true:
Mono will publish the runtime targeting packs which contain the rid in the directory name as part of libraries's build-job.yml, hence the RID needs to be available. I suggest that we replace the made-up "Platform" format with the RID layout.
cc @safern @premun
The text was updated successfully, but these errors were encountered: