summaryrefslogtreecommitdiff
path: root/src/.nuget/dir.props
AgeCommit message (Collapse)AuthorFilesLines
2018-04-25Remove Alpine 3.6 buildsWes Haggard1-1/+0
The alpine 3.6 builds have been replaced with the more generic linux-musl builds so removing them.
2018-04-19Add linux-musl build legWes Haggard1-5/+12
2018-04-14Make Windows builds always portableRuss Keldorph1-7/+2
Apparently there is little or no need for a non-portable Windows build, so rather than trying to figure out which version of Windows we are building on, just ignore -PortableBuild=false. We can add a warning or refuse to accept the switch later if necessary, but for now we need to continue accepting it to avoid build breaks. Fixes #14291
2017-09-13Enable end to end Alpine build (#13966)Jan Vorlicek1-0/+1
This change enables full end to end build of coreclr including managed code on Alpine Linux.
2017-08-03Add RHEL 6 official RIDJan Vorlicek1-1/+2
2017-08-01[Arm64/Unix] Add OfficialBuildRID linux-arm64 (#12372)Steve MacLean1-0/+3
* [Arm64/Unix] Add OfficialBuildRID linux-arm64 * [Arm64/Unix] Fix nuget package build
2017-06-08First steps for generating nuget packages for ARM64/Android. (#10286)Cyd Haselton1-3/+19
* First steps for generating nuget packages for ARM64/Android. Adds Android RIDS and related conditionals to appropriate files * Additional changes for Android package build * Revert addition of Android to supported packages * Allow Android .nuget package build Adding runtime.Android files for package generation Adding TODO for reliable generation of __DistroRid for Android * Added/corrected logic for detecting __DistroRid at commandline Removed hack and TODO * Removed newline * Revert unintentional change to osx rid * Removed commenting of __DistroRid initialization * Latest fixes for __DistroRid cmdline detection Removed __DistroRid initialization (clobbers value set at cmdline) Removed echo test of __DistroRid in generate nuget pkg function (Hopefully) fixed cross-build os-release detection * Removed android.21-arm from supported RIDs Removed arm32 from supported RIDs until test build can be done or CI for arm32 added (?) * Fixes for package generation for android Modified build-android-rootfs.sh so it would generate file w/platform info Reverted all prior changes to initTargetDistroRid, added new android platform detection * Fixed conditional for Android * Added platform generation for Android portable build, if ever needed * Added information about android_platform Added help info about android_platform file Added TODO for dynamic generation of RID based on $__ApiLevel and $__BuildArch * Syntax cleanup for build.sh Removed extra space in initTargetDistroRid() logic * Recommended review changes removed Android-specific runtime files for packaging added conditional to have Android use Linux runtime files * Updated topic branch from master, resolving SPC.ni.dll file nuget pkg issue * ericstj review changes Fixed accidental fedora version change Fixed indenting * Removed TODO comment; logic already in place, added in earlier commit * Removed Android OfficialBuildRID
2017-05-31Default to portable build in dev and official builds (#11985)Gaurav Khanna1-30/+8
2017-05-30Remove Debian Armel (#11978)Gaurav Khanna1-3/+0
2017-03-29Reflect PortableRIDs in Identity packages (#10567)Gaurav Khanna1-0/+14
2017-03-22Various fixes for generating portable RID packages (#10409)Gaurav Khanna1-0/+6
2017-03-22Enable Portable Windows RID (#10365)Gaurav Khanna1-3/+7
* Enable Portable RID support for Windows and OSX.
2017-03-22Move OSX packages to use 10.12 as the RID (#10354)Gaurav Khanna1-3/+3
2017-03-08Update to buildtools version 1.0.27-prerelease-01407-02, and enable creating ↵chcosta1-1/+4
transport packages (#10020) * Update BuildTools fixes * Update to buildtools version 1.0.27-prerelease-01407-02, and enable building transport packages * fix netcore project * Avoid msb3644 error * Fix bad copy
2017-03-06Add stripSymbols argument; refactor symbol package build (#9664)Davis Goodin1-0/+17
* Add argument to explicitly enable symbol stripping * Refactor symbol package build * Remove unnecessary native file distinctions * Remove unnecessary WindowsSymbolFile step
2017-02-17Remove ubuntu 16.10 arm build from packagingChristopher Costa1-3/+0
2017-02-16Remove all references to OpenSuse13.2wtgodbe1-1/+0
2017-02-14Remove PackagePlatforms propertyChristopher Costa1-1/+3
2017-02-14Add arch to distroridChristopher Costa1-1/+1
2017-02-14Fix typoChristopher Costa1-1/+1
2017-02-14Default distrorid on osxChristopher Costa1-3/+5
2017-02-14Always specify a default for derivedpackagetargetosgroupChristopher Costa1-1/+1
2017-02-13Respond to PR feedbackChristopher Costa1-0/+149