summaryrefslogtreecommitdiff
path: root/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.builds
diff options
context:
space:
mode:
authorHyeongseok Oh <hseok82.oh@samasung.com>2016-12-01 15:19:38 +0900
committerHyeongseok Oh <hseok82.oh@samasung.com>2016-12-02 11:31:28 +0900
commit5145193d4970eaf9a008014a7b02307611bd96ef (patch)
treea057462f9a59f490d6aa08747ceb4ed9f291c564 /src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.builds
parent32e6bf8b03aafe84e6d24e0c36a65dd18d2054ed (diff)
downloadcoreclr-5145193d4970eaf9a008014a7b02307611bd96ef.tar.gz
coreclr-5145193d4970eaf9a008014a7b02307611bd96ef.tar.bz2
coreclr-5145193d4970eaf9a008014a7b02307611bd96ef.zip
First step to generate nuget package for ARM32/Linux
Diffstat (limited to 'src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.builds')
-rw-r--r--src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.builds8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.builds b/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.builds
index 01cb6f6782..b856d33c89 100644
--- a/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.builds
+++ b/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.builds
@@ -67,6 +67,14 @@
<OSGroup>Linux</OSGroup>
<Platform>amd64</Platform>
</Project>
+ <Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'ubuntu.14.04-arm'" Include="ubuntu/14.04/Microsoft.NETCore.ILDAsm.pkgproj">
+ <OSGroup>Linux</OSGroup>
+ <Platform>arm</Platform>
+ </Project>
+ <Project Condition="'$(TargetsLinux)' == 'true' and '$(DistroRid)' == 'ubuntu.16.04-arm'" Include="ubuntu/16.04/Microsoft.NETCore.ILDAsm.pkgproj">
+ <OSGroup>Linux</OSGroup>
+ <Platform>arm</Platform>
+ </Project>
<Project Condition="'$(TargetsOSX)' == 'true'" Include="osx/Microsoft.NETCore.ILDAsm.pkgproj">
<OSGroup>OSX</OSGroup>
<Platform>amd64</Platform>