summaryrefslogtreecommitdiff
path: root/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj
AgeCommit message (Collapse)AuthorFilesLines
2017-02-15Rename dir.targets -> dir.traversal.targetsChristopher Costa1-1/+1
2017-02-14Remove PackagePlatforms propertyChristopher Costa1-1/+0
2017-02-13Merge branch 'master' of https://github.com/dotnet/coreclr into ↵Christopher Costa1-1/+1
refactor_packaging
2017-02-13Respond to PR feedbackChristopher Costa1-2/+2
2017-02-01Break projectreference traversal when building a lineup packageChristopher Costa1-3/+6
2017-02-01Add missing dependency to ilasm / ildasm packages, parse distroridChristopher Costa1-0/+4
2017-01-31Refactor coreclr packagingChristopher Costa1-64/+8
2017-01-06Generate nuget package for armel (Tizen, Debian)Hyeongseok Oh1-1/+7
- Tizen 4.0.0 - Debian 8
2016-12-16Packaging support for portable Linux binaries.Gaurav Khanna1-0/+3
2016-12-05Change order in .builds and .pkgproj, fix build.sh for not modifying dir.propHyeongseok Oh1-6/+6
2016-12-02First step to generate nuget package for ARM32/LinuxHyeongseok Oh1-1/+7
2016-10-17Add new alpine packages to pkg .builds and .pkgproj filesEric Mellino1-0/+3
2016-09-27Centralize versioning and stabilization of nuget packages.Gaurav Khanna1-1/+0
2016-09-20Update Nuget package versions to 1.2.0Gaurav Khanna1-1/+1
2016-08-26Add fedora24 native packagesEric Mellino1-0/+3
2016-08-25Add pkgproj's for Ubuntu 16.10Eric Mellino1-0/+3
2016-08-25Add pkgproj's for openSUSE 42.1Eric Mellino1-0/+3
2016-08-23Initial commit to build Win32 Arm CoreCLRGaurav Khanna1-1/+4
2016-08-08Update package versions to 1.1.0Gaurav Khanna1-1/+1
2016-06-25Change to Generate nuget packages for Windows Arm64 builds.Gaurav Khanna1-1/+4
2016-06-20Update Prerelease version to Beta and increment patch version.Gaurav Khanna1-3/+1
2016-06-17Changes to update TFS packages post 1.0Eric St. John1-5/+2
[tfs-changeset: 1613358]
2016-06-09Cleanup Arm32 package references.Gaurav Khanna1-3/+0
2016-05-26Add Fedora, OpenSuse and Ubuntu 16.04 packagesMatt Ellis1-3/+12
- 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-25Restore the package version to 1.0.2 for the ILAsm/ILDAsm packages.Alex Ghiondea1-2/+2
This change also updates the reference to the CoreCLR package to 1.0.2. (the updated version).
2016-05-23ILAsm/ILDAsm PackageKyungwoo Lee1-0/+42
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.