summaryrefslogtreecommitdiff
path: root/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.builds
AgeCommit message (Collapse)AuthorFilesLines
2019-05-22Use Microsoft.Build.Traversal instead of dir.traversal.targets for packaging ↵Elinor Fung1-3/+3
.builds projects (#24723)
2017-02-15Rename dir.targets -> dir.traversal.targetsChristopher Costa1-1/+1
2017-02-13Respond to PR feedbackChristopher Costa1-2/+2
2017-01-31Refactor coreclr packagingChristopher Costa1-84/+6
2016-12-16Packaging support for portable Linux binaries.Gaurav Khanna1-0/+4
2016-12-05Change order in .builds and .pkgproj, fix build.sh for not modifying dir.propHyeongseok Oh1-8/+8
2016-12-02First step to generate nuget package for ARM32/LinuxHyeongseok Oh1-0/+8
2016-10-17Add new alpine packages to pkg .builds and .pkgproj filesEric Mellino1-0/+4
2016-08-26Add fedora24 native packagesEric Mellino1-0/+4
2016-08-25Add pkgproj's for Ubuntu 16.10Eric Mellino1-0/+4
2016-08-25Add pkgproj's for openSUSE 42.1Eric Mellino1-0/+4
2016-08-23Initial commit to build Win32 Arm CoreCLRGaurav Khanna1-0/+4
2016-06-25Change to Generate nuget packages for Windows Arm64 builds.Gaurav Khanna1-0/+4
2016-05-26Add Fedora, OpenSuse and Ubuntu 16.04 packagesMatt Ellis1-4/+16
- Add packages for Fedora 23 and OpenSuse 13.2 - Move the package authoring for Ubuntu into versioned folders - Update our selection logic for what to produce to be based on an actual RID instead of just a distro name, since that's now not enough with us building for two Ubuntu versions
2016-05-23ILAsm/ILDAsm PackageKyungwoo Lee1-0/+41
Fixes #5172 This has dependency on CoreCLR. Use the same version 1.0.3 as CoreCLR. Tested both packages are produced in Windows/Linux locally.