Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 74ee6b6

Browse files
author
jbeisner
committed
Download 'linux-musl-x64' shared framework assets when building 'linux-musl-x64'
1 parent e1c8cd6 commit 74ee6b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/BundledRuntimes.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<CoreSetupRid>$(HostRid)</CoreSetupRid>
44
<CoreSetupRid Condition=" '$(HostOSName)' == 'win' or '$(HostOSName)' == 'osx' ">$(HostMonikerRid)</CoreSetupRid>
5-
5+
66
<!-- only the runtime OSX .pkgs have a `-internal` suffix -->
77
<InstallerStartSuffix Condition="'$(HostOSName)' == 'osx'">-internal</InstallerStartSuffix>
88

@@ -25,6 +25,7 @@
2525

2626
<!-- Use the portable "linux-x64" Rid when downloading Linux shared framework compressed file. -->
2727
<SharedFrameworkRid>$(CoreSetupRid)</SharedFrameworkRid>
28+
<SharedFrameworkRid Condition=" '$(ProductMonikerRid) == 'linux-musl-x64' ">$(ProductMonikerRid)</SharedFrameworkRid>
2829
<SharedFrameworkRid Condition=" '$(UsePortableLinuxSharedFramework)' == 'true' ">linux-$(Architecture)</SharedFrameworkRid>
2930
<CombinedFrameworkHostCompressedFileName>dotnet-runtime-$(MicrosoftNETCoreAppPackageVersion)-$(SharedFrameworkRid)$(ArchiveExtension)</CombinedFrameworkHostCompressedFileName>
3031

0 commit comments

Comments
 (0)