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-24 03:38:55 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2018-04-25 23:06:43 +0300
commit3b82277bfaa63ca7909a671be58e322f408876f4 (patch)
tree96ccdd59a733b612fc80a866f997a912ee13d9d5 /external
parent35e488677196f80617bfcb10dce81c70b3d731a4 (diff)
Remove Alpine 3.6 builds
The alpine 3.6 builds have been replaced with the more generic linux-musl builds so removing them.
Diffstat (limited to 'external')
-rw-r--r--external/runtime/runtime.depproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/external/runtime/runtime.depproj b/external/runtime/runtime.depproj
index 24003d9ab2..120512d435 100644
--- a/external/runtime/runtime.depproj
+++ b/external/runtime/runtime.depproj
@@ -3,8 +3,6 @@
<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>