Skip to content

Commit 8a21d16

Browse files
[main] Set target rid based on passed in prop, instead of host SDK (#47022)
Co-authored-by: Matt Mitchell (.NET) <[email protected]>
1 parent f11ccbb commit 8a21d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Installer/pkg/dotnet-sdk.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<BuildSdkRpm Condition="'$(BuildSdkRpm)' == '' and '$(IsRPMBasedDistro)' == 'true'">true</BuildSdkRpm>
55
<SkipBuild Condition="'$(BuildSdkDeb)' != 'true' and '$(BuildSdkRpm)' != 'true'">true</SkipBuild>
66
<TargetFramework>$(SdkTargetFramework)</TargetFramework>
7-
<RuntimeIdentifier>$(NETCoreSdkRuntimeIdentifier)</RuntimeIdentifier>
7+
<RuntimeIdentifier>$(RID)</RuntimeIdentifier>
88
<GenerateInstallers>true</GenerateInstallers>
99
<BuildDebPackage Condition="'$(BuildSdkDeb)' == 'true'">true</BuildDebPackage>
1010
<BuildRpmPackage Condition="'$(BuildSdkRpm)' == 'true'">true</BuildRpmPackage>

0 commit comments

Comments
 (0)