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
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 /external
parenta8b85537ff2eaee76c382c90be15cd3312d1bfb1 (diff)
Add linux-musl build leg
Diffstat (limited to 'external')
-rw-r--r--external/runtime/runtime.depproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/runtime/runtime.depproj b/external/runtime/runtime.depproj
index 120512d435..24003d9ab2 100644
--- a/external/runtime/runtime.depproj
+++ b/external/runtime/runtime.depproj
@@ -3,6 +3,8 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
<NugetRuntimeIdentifier>$(PackageRID)</NugetRuntimeIdentifier>
+ <!-- Set to alpine until we get a published linux-musl runtime package -->
+ <NugetRuntimeIdentifier Condition="'$(RuntimeOS)' == 'linux-musl'">alpine.3.6-x64</NugetRuntimeIdentifier>
<RidSpecificAssets>true</RidSpecificAssets>
<NoWarn>$(NoWarn);NU1603;NU1605</NoWarn>
</PropertyGroup>