You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use a "Platform" layout instead of RID. Except for the delimiter and the casing, both formats are identical:
targetRid: ios-arm64
platform: iOS_arm64
Unfortunately for Windows this isn't true:
targetRid: win-arm
platform: Windows_NT_arm
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.
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: