-
Notifications
You must be signed in to change notification settings - Fork 437
GetRuntimeInformation.targets: determine PortableProductMonikerRid based on OSName and Architecture. #12516
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
Conversation
|
@dsplaisted ptal. |
dsplaisted
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.
LGTM. I think we should merge this into 6.0.2xx once we've created a branch for that.
|
@tmds I've created a |
@dsplaisted I don't see the branch. |
|
@tmds Sorry, I forgot this PR was for dotnet/installer. I created the 6.0.2xx branch for dotnet/sdk, but not yet for dotnet/installer. |
|
@tmds OK, the |
b79fab8 to
676335b
Compare
|
@dsplaisted I've rebased against cc @omajid |
|
@dsplaisted with the help of @omajid I built an rpm with this patch. Unfortunately, it doesn't seem to work. <NETCoreSdkPortableRuntimeIdentifier>rhel.8-x64</NETCoreSdkPortableRuntimeIdentifier>I was expecting to see Do you have an idea where things might go wrong? |
I guess installer/src/SourceBuild/tarball/content/repos/installer.proj Lines 9 to 24 in ca1b404
|
The build log confirms this. I'll update the PR. |
…sed on HostOSName and Architecture.
f092ef0 to
8922220
Compare
The PR now works as expected. |
|
@dsplaisted can this be merged now? |
|
@tmds Thanks for the ping, I've merged this |
…sed on OSName and Architecture. (backports dotnet#12516)
…6.0.1xx [release/6.0.1xx] GetRuntimeInformation.targets: determine PortableProductMonikerRid based on OSName and Architecture. (backports #12516)
Fixes #12515.