summaryrefslogtreecommitdiff
path: root/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR
diff options
context:
space:
mode:
authorChristopher Costa <chcosta@microsoft.com>2017-02-17 10:46:41 -0800
committerChristopher Costa <chcosta@microsoft.com>2017-02-17 10:46:41 -0800
commit5d029a774109c462cf7a3f7f4a821fe3a7a6e4ae (patch)
tree70a1ff6307984ef62f6df0750b7393d5e72bcfdc /src/.nuget/Microsoft.NETCore.Runtime.CoreCLR
parentdf7e04de090091845944ea0014984c57a8bd79e4 (diff)
downloadcoreclr-5d029a774109c462cf7a3f7f4a821fe3a7a6e4ae.tar.gz
coreclr-5d029a774109c462cf7a3f7f4a821fe3a7a6e4ae.tar.bz2
coreclr-5d029a774109c462cf7a3f7f4a821fe3a7a6e4ae.zip
Remove ubuntu 16.10 arm build from packaging
Diffstat (limited to 'src/.nuget/Microsoft.NETCore.Runtime.CoreCLR')
-rw-r--r--src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props
index 3e8ab594c3..4cce4c85f4 100644
--- a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props
+++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
+ <_PlatformDoesNotSupportNiFiles Condition="'$(Platform)' == 'arm'">true</_PlatformDoesNotSupportNiFiles>
<_PlatformDoesNotSupportNiFiles Condition="'$(Platform)' == 'armel'">true</_PlatformDoesNotSupportNiFiles>
- <_PlatformDoesNotSupportNiFiles Condition="'$(PackageTargetRuntime)' == 'ubuntu.14.04-arm'">true</_PlatformDoesNotSupportNiFiles>
- <_PlatformDoesNotSupportNiFiles Condition="'$(PackageTargetRuntime)' == 'ubuntu.16.04-arm'">true</_PlatformDoesNotSupportNiFiles>
</PropertyGroup>
<ItemGroup>
<NativeSplittableBinary Include="$(BinDir)libcoreclr.so" />