Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2018-04-17 23:16:37 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2018-04-19 20:50:03 +0300
commit937caf15298d8197de52f967a2d81fd7219a69b5 (patch)
treec6091028569a769f392249f967ec544db7464022 /pkg
parenta8b85537ff2eaee76c382c90be15cd3312d1bfb1 (diff)
Add linux-musl build leg
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Microsoft.Private.CoreFx.NETCoreApp/netcoreapp.rids.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/Microsoft.Private.CoreFx.NETCoreApp/netcoreapp.rids.props b/pkg/Microsoft.Private.CoreFx.NETCoreApp/netcoreapp.rids.props
index 4a90ea6c7b..6299f2de24 100644
--- a/pkg/Microsoft.Private.CoreFx.NETCoreApp/netcoreapp.rids.props
+++ b/pkg/Microsoft.Private.CoreFx.NETCoreApp/netcoreapp.rids.props
@@ -8,6 +8,7 @@
<Platform>arm64</Platform>
</OfficialBuildRID>
<OfficialBuildRID Include="linux-x64" />
+ <OfficialBuildRID Include="linux-musl-x64" />
<OfficialBuildRID Include="rhel.6-x64" />
<OfficialBuildRID Include="alpine.3.6-x64" />
<OfficialBuildRID Include="osx-x64" />