Blame SOURCES/installer-12516-portablerid.patch

31d075
From 892222071f73062f969f4f6ed1df8f759b9327b7 Mon Sep 17 00:00:00 2001
31d075
From: Tom Deseyn <tom.deseyn@gmail.com>
31d075
Date: Wed, 3 Nov 2021 15:12:59 +0100
31d075
Subject: [PATCH] GetRuntimeInformation.targets: determine
31d075
 PortableProductMonikerRid based on HostOSName and Architecture.
31d075
31d075
---
31d075
 src/redist/targets/GetRuntimeInformation.targets | 2 ++
31d075
 1 file changed, 2 insertions(+)
31d075
31d075
diff --git a/src/redist/targets/GetRuntimeInformation.targets b/src/redist/targets/GetRuntimeInformation.targets
31d075
index 5133c3a3841..01f704c7d8e 100644
31d075
--- a/src/redist/targets/GetRuntimeInformation.targets
31d075
+++ b/src/redist/targets/GetRuntimeInformation.targets
31d075
@@ -28,6 +28,8 @@
31d075
                                    '$(Rid)' == 'linux-musl-x64' ">$(Rid)</ProductMonikerRid>
31d075
       <ProductMonikerRid Condition=" '$(ProductMonikerRid)' == '' ">$(OSName)-$(Architecture)</ProductMonikerRid>
31d075
 
31d075
+      <PortableProductMonikerRid Condition=" '$(PortableProductMonikerRid)' == '' ">$(HostOSName)-$(Architecture)</PortableProductMonikerRid>
31d075
+
31d075
       <ArtifactNameSdk>dotnet-sdk-internal$(PgoTerm)</ArtifactNameSdk>
31d075
       <ArtifactNameCombinedHostHostFxrFrameworkSdk>dotnet-sdk$(PgoTerm)</ArtifactNameCombinedHostHostFxrFrameworkSdk>
31d075