summaryrefslogtreecommitdiff
path: root/build-packages.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-04-25Remove Alpine 3.6 buildsWes Haggard1-1/+4
The alpine 3.6 builds have been replaced with the more generic linux-musl builds so removing them.
2018-01-30Building non-Windows builds using the CLI's MSBuild (#16101)Jose Perez Rodriguez1-1/+1
* Building non-Windows builds using the CLI's MSBuild
2017-10-30Pass overridden packages directory to CMakeWes Haggard1-1/+1
2017-10-30Normalize the alpine and rhel RIDsWes Haggard1-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-23Fix RID extraction in packages and test build for Alpine (#14656)Jan Vorlicek1-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-17Enable RedHat 6 in coreclr master (#13315)smile21prc1-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-31Default to portable build in dev and official builds (#11985)Gaurav Khanna1-6/+6
2017-03-22Various fixes for generating portable RID packages (#10409)Gaurav Khanna1-13/+12
2016-12-19Update build-packages.sh to support portableLinuxGaurav Khanna1-4/+62
2016-08-04Use packages.builds when generating nuget packageswtgodbe1-29/+1
2016-07-29Apply run on recent changes in master.Lakshmi Priya Sekar1-4/+2
2016-07-29Respond to PR feedback.Lakshmi Priya Sekar1-4/+4
2016-07-29Use run tool in coreclr dev workflow.Lakshmi Priya Sekar1-123/+28
2016-07-29adds testhost packageRahul Kumar1-0/+9
2016-07-19Stop building targetingPack package on non-windowswtgodbe1-9/+0
2016-07-18Fix package build in build-packages.sh to use dotnet instead of corerunwtgodbe1-1/+1
2016-07-14Update to latest version of buildtoolswtgodbe1-4/+4
2016-07-13build the TargetingPack package as part of build-packages scriptswtgodbe1-0/+9
2016-05-26Add Fedora, OpenSuse and Ubuntu 16.04 packagesMatt Ellis1-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-23ILAsm/ILDAsm PackageKyungwoo Lee1-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-17Add dev workflow scripts for build pipelinewtgodbe1-0/+148