From f88fc21517e8e831d03ca612a18959f086c33638 Mon Sep 17 00:00:00 2001 From: Christopher Costa Date: Fri, 17 Feb 2017 10:20:58 -0800 Subject: [PATCH] Exclude ni files from linux arm32 builds Commit migrated from https://github.com/dotnet/coreclr/commit/93b0aab44386eb5f297bc86ccaabdf125e55ce8f --- .../runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 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 ae9b34b..4363811 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,8 +1,13 @@ + + <_PlatformDoesntSupportNiFiles Condition="'$(Platform)' == 'armel'">true + <_PlatformDoesntSupportNiFiles Condition="'$(PackageTargetRuntime)' == 'ubuntu.14.04-arm'">true + <_PlatformDoesntSupportNiFiles Condition="'$(PackageTargetRuntime)' == 'ubuntu.16.04-arm'">true + - + @@ -10,8 +15,8 @@ - - + + -- 2.7.4