From 6668433bb28703e019ae6653136bd8c04d1cc132 Mon Sep 17 00:00:00 2001 From: Christopher Costa Date: Fri, 17 Feb 2017 10:46:41 -0800 Subject: [PATCH] Remove ubuntu 16.10 arm build from packaging Commit migrated from https://github.com/dotnet/coreclr/commit/5d029a774109c462cf7a3f7f4a821fe3a7a6e4ae --- .../runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props | 3 +-- src/coreclr/src/.nuget/dir.props | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props b/src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props index 3e8ab59..4cce4c8 100644 --- a/src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props +++ b/src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props @@ -1,9 +1,8 @@ + <_PlatformDoesNotSupportNiFiles Condition="'$(Platform)' == 'arm'">true <_PlatformDoesNotSupportNiFiles Condition="'$(Platform)' == 'armel'">true - <_PlatformDoesNotSupportNiFiles Condition="'$(PackageTargetRuntime)' == 'ubuntu.14.04-arm'">true - <_PlatformDoesNotSupportNiFiles Condition="'$(PackageTargetRuntime)' == 'ubuntu.16.04-arm'">true diff --git a/src/coreclr/src/.nuget/dir.props b/src/coreclr/src/.nuget/dir.props index 8f2e9cb..d304b81 100644 --- a/src/coreclr/src/.nuget/dir.props +++ b/src/coreclr/src/.nuget/dir.props @@ -102,9 +102,6 @@ arm - - arm - -- 2.7.4