Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-23 | Remove Alpine 3.6 builds | Wes Haggard | 1 | -1/+4 | |
The alpine 3.6 builds have been replaced with the more generic linux-musl builds so removing them. | |||||
2018-01-30 | Building non-Windows builds using the CLI's MSBuild (#16101) | Jose Perez Rodriguez | 1 | -1/+1 | |
* Building non-Windows builds using the CLI's MSBuild | |||||
2017-10-30 | Pass overridden packages directory to CMake | Wes Haggard | 1 | -1/+1 | |
2017-10-30 | Normalize the alpine and rhel RIDs | Wes Haggard | 1 | -1/+1 | |
See: https://github.com/dotnet/core-setup/commit/c8a27076f93c3107759b8a86a02ea4f40d100b67 We need to strip the last part of the version number for alpine and rhel because they are compatible and we don't want the specific versions. | |||||
2017-10-23 | Fix RID extraction in packages and test build for Alpine (#14656) | Jan Vorlicek | 1 | -1/+9 | |
* Fix RID extraction in packages and test build for Alpine The host RID extraction in build-packages.sh and build-test.sh was not matching the one in build.sh * Reflect feedback | |||||
2017-08-17 | Enable RedHat 6 in coreclr master (#13315) | smile21prc | 1 | -2/+24 | |
* Enable RedHat 6 in coreclr master Enable RedHat 6 in coreclr master. This is identical as the approved PR to enable RedHat 6 in coreclr release/2.0.0: https://github.com/dotnet/coreclr/pull/13301 * Correct Rid to match /src/.nuget/dirs.props Correct Rid to match /src/.nuget/dirs.props * Update dockertag and add logic to detect RHEL6 in init-tools.sh Update dockertag and add logic to detect RHEL6 in init-tools.sh * Port changes from Release/2.0.0 to fix coreclr RHEL 6 official runs. Port changes from Release/2.0.0 to fix coreclr RHEL 6 official runs. * Remove empty quotes. Remove empty quotes. | |||||
2017-05-31 | Default to portable build in dev and official builds (#11985) | Gaurav Khanna | 1 | -6/+6 | |
2017-03-22 | Various fixes for generating portable RID packages (#10409) | Gaurav Khanna | 1 | -13/+12 | |
2016-12-19 | Update build-packages.sh to support portableLinux | Gaurav Khanna | 1 | -4/+62 | |
2016-08-04 | Use packages.builds when generating nuget packages | wtgodbe | 1 | -29/+1 | |
2016-07-29 | Apply run on recent changes in master. | Lakshmi Priya Sekar | 1 | -4/+2 | |
2016-07-29 | Respond to PR feedback. | Lakshmi Priya Sekar | 1 | -4/+4 | |
2016-07-29 | Use run tool in coreclr dev workflow. | Lakshmi Priya Sekar | 1 | -123/+28 | |
2016-07-29 | adds testhost package | Rahul Kumar | 1 | -0/+9 | |
2016-07-19 | Stop building targetingPack package on non-windows | wtgodbe | 1 | -9/+0 | |
2016-07-18 | Fix package build in build-packages.sh to use dotnet instead of corerun | wtgodbe | 1 | -1/+1 | |
2016-07-14 | Update to latest version of buildtools | wtgodbe | 1 | -4/+4 | |
2016-07-13 | build the TargetingPack package as part of build-packages scripts | wtgodbe | 1 | -0/+9 | |
2016-05-26 | Add Fedora, OpenSuse and Ubuntu 16.04 packages | Matt Ellis | 1 | -12/+7 | |
- 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-23 | ILAsm/ILDAsm Package | Kyungwoo Lee | 1 | -1/+19 | |
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. | |||||
2016-05-17 | Add dev workflow scripts for build pipeline | wtgodbe | 1 | -0/+148 | |