Eric Erhardt [Thu, 5 Oct 2017 02:18:06 +0000 (21:18 -0500)]
Merge pull request dotnet/core-setup#3272 from eerhardt/RemoveSourceBuildPatches
Build custom tasks for net45 on Windows, even when building in source-build.
Commit migrated from https://github.com/dotnet/core-setup/commit/
b455822f06b05453cfdbde8b2396ede0464a04c8
Eric Erhardt [Wed, 4 Oct 2017 22:51:07 +0000 (17:51 -0500)]
Build custom tasks for net45 on Windows, even when building in source-build.
Commit migrated from https://github.com/dotnet/core-setup/commit/
1063874bdcff70192516ba374c173296eeb84301
Eric Erhardt [Wed, 4 Oct 2017 20:17:31 +0000 (15:17 -0500)]
Merge pull request dotnet/core-setup#3270 from eerhardt/RemoveSourceBuildPatches
Disable including source files in nupkgs during source-build to work around the long path limitation.
Commit migrated from https://github.com/dotnet/core-setup/commit/
4c9ece12da6caeea0733510e1059cb84f4c2e0f7
Eric Erhardt [Wed, 4 Oct 2017 15:59:32 +0000 (10:59 -0500)]
Disable including source files in nupkgs during source-build to work around the long path limitation.
Commit migrated from https://github.com/dotnet/core-setup/commit/
fb2b7cba3e0e71fd4d0930af720dfd4e5f9c69de
Eric Erhardt [Tue, 3 Oct 2017 23:06:35 +0000 (18:06 -0500)]
Merge pull request dotnet/core-setup#3266 from eerhardt/RemoveSourceBuildPatches
Handle RIDs better during the build.
Commit migrated from https://github.com/dotnet/core-setup/commit/
330ef47de3e9a18c007dac408ac907215486dd86
Eric Erhardt [Tue, 3 Oct 2017 20:54:10 +0000 (15:54 -0500)]
Handle RIDs better during the build.
Currently, when building non-portable on a win10 machine, core-setup restores and produces `win7` RID assets. This causes problems in source-build since corefx produces `win10` assets on the same machine. Thus, core-setup can't use the corefx assets because win10 is not compatible with win7.
In fixing this, I refactored the way RIDs are handled during the build. We have 3 main RID usages:
* What is the RID of the current machine? $(HostMachineRid)
* What is the RID of the toolset we are using to build? core-setup doesn't have this scenario yet, but corefx calls this $(ToolRuntimeRID)
* What is the RID that the current build is producing outputs for? $(OutputRid)
Commit migrated from https://github.com/dotnet/core-setup/commit/
815ca5d26986fab7a5e19cf997ad9c50455f21c6
Eric Erhardt [Tue, 3 Oct 2017 02:27:57 +0000 (21:27 -0500)]
Merge pull request dotnet/core-setup#3263 from eerhardt/RemoveSourceBuildPatches
Fix dotnet publish of sharedFramework on source-build.
Commit migrated from https://github.com/dotnet/core-setup/commit/
50955f6056ca439d6df3b4eafac885eb19e30aa3
Eric Erhardt [Mon, 2 Oct 2017 23:14:09 +0000 (18:14 -0500)]
Fix dotnet publish of sharedFramework on source-build.
Commit migrated from https://github.com/dotnet/core-setup/commit/
b4e013374b9eb06b00149f285a93d309e008cafb
Eric Erhardt [Mon, 2 Oct 2017 16:01:13 +0000 (11:01 -0500)]
Merge pull request dotnet/core-setup#3257 from eerhardt/RemoveSourceBuildPatches
Remove source build patches
Commit migrated from https://github.com/dotnet/core-setup/commit/
aae052b088deaa6dd7402b15fb330a711b5537f2
Eric Erhardt [Sat, 30 Sep 2017 00:13:39 +0000 (19:13 -0500)]
Use intermediate package cache to pick up source built packages.
There are cases where we build the same version of an already shipped package, and need to ensure we use the package that was built locally.
Commit migrated from https://github.com/dotnet/core-setup/commit/
9664a4db695d384e7f0bbf3ba26b026d524d3adf
Eric Erhardt [Fri, 29 Sep 2017 22:11:51 +0000 (17:11 -0500)]
Unify Versions
Commit migrated from https://github.com/dotnet/core-setup/commit/
f380a2a41db680480960b9a8fc91ff21f3422b05
Eric Erhardt [Fri, 29 Sep 2017 21:59:28 +0000 (16:59 -0500)]
Don't build net45 versions of tasks
Commit migrated from https://github.com/dotnet/core-setup/commit/
73f497be32b0d478e02cd79aebb54949a9af5d02
Eric Erhardt [Fri, 29 Sep 2017 21:48:56 +0000 (16:48 -0500)]
Update MSBuild Reference
Commit migrated from https://github.com/dotnet/core-setup/commit/
51c9c44d473921775bf7d5c79aef50fe0f031d7e
Eric Erhardt [Fri, 29 Sep 2017 20:06:10 +0000 (15:06 -0500)]
Unify CLI Version with corefx release/2.0.0 branch
Commit migrated from https://github.com/dotnet/core-setup/commit/
769f784a53bfb699f5d863f9a7573b0bab83aa9a
Eric Erhardt [Fri, 29 Sep 2017 19:57:40 +0000 (14:57 -0500)]
Unify NuGet version with BuildTools version
Commit migrated from https://github.com/dotnet/core-setup/commit/
91d349f85d5b88727d6e7769acfa5229c57290eb
Eric Erhardt [Fri, 29 Sep 2017 19:41:19 +0000 (14:41 -0500)]
Respect DotNetRestorePackagesPath if it is set
Commit migrated from https://github.com/dotnet/core-setup/commit/
129ee6db61b6913403f037ee2bafa3cea57f600b
Eric Erhardt [Fri, 29 Sep 2017 19:27:12 +0000 (14:27 -0500)]
Update BuildTools and init-tools scripts.
Using the latest 2.0.0 BuildTools and the latest init-tools scripts from corefx.
Commit migrated from https://github.com/dotnet/core-setup/commit/
b9b9aaeb26ee43c03f7cf04cb25d6f863eb77eed
Eric Erhardt [Thu, 28 Sep 2017 23:04:00 +0000 (18:04 -0500)]
Merge pull request dotnet/core-setup#3235 from eerhardt/RemoveSourceBuildPatches
Port build changes from master to dev/release/2.0.0
Commit migrated from https://github.com/dotnet/core-setup/commit/
091bdd289046a3e861bd494075506eb0b3ff94f1
Eric Erhardt [Tue, 26 Sep 2017 20:55:12 +0000 (15:55 -0500)]
Update BuildTools to 2.0.0-servicing-02026-05
Commit migrated from https://github.com/dotnet/core-setup/commit/
828915fb7c97e1051374bcb194b087e014113f83
Eric Erhardt [Mon, 25 Sep 2017 21:10:58 +0000 (16:10 -0500)]
Fixing up changes from master.
Commit migrated from https://github.com/dotnet/core-setup/commit/
742af6fcbd3e6a6199392dcc0dbe95cf72c6de1e
Eric Erhardt [Wed, 30 Aug 2017 22:10:24 +0000 (17:10 -0500)]
Default Platform=AnyCPU for managed projects.
Also clean up the "Architecture" MSBuild property, which isn't used.
Commit migrated from https://github.com/dotnet/core-setup/commit/
edf50f8c2af8d1f2804668286e9e88d83e5c682d
Eric Erhardt [Wed, 30 Aug 2017 19:20:32 +0000 (14:20 -0500)]
Fix the tests by passing Configuration into the tests.
Fix the build on non-Windows by passing the right MSBuild properties down.
Respond to PR feedback.
Commit migrated from https://github.com/dotnet/core-setup/commit/
78341778f74b65c707e5d7f0acd8b54f68e4ff07
Eric Erhardt [Wed, 30 Aug 2017 15:39:44 +0000 (10:39 -0500)]
Pass through the Configuration when restoring.
Since BaseIntermediateOutputPath depends on Configuration, it needs to be flown properly.
Commit migrated from https://github.com/dotnet/core-setup/commit/
a4125aba3ec16a6fc0a97430692c086fc9240c79
Eric Erhardt [Tue, 29 Aug 2017 22:36:51 +0000 (17:36 -0500)]
Clean up core-setup build.
Set DisableImplicitNuGetFallbackFolder=false to ensure we never use the NuGet fallback folder that comes with the SDK.
Enable SDK-based projects to import the root dir.props file. This spawned a few one-off changes since things like the BaseIntermediateOutputPath is now under RepoRoot\Bin and TreatWarningsAsErrors=true.
Commit migrated from https://github.com/dotnet/core-setup/commit/
5bcfb4b8b91b7e731ad07e4d1bc6aefca3862c91
Eric Erhardt [Tue, 29 Aug 2017 22:05:29 +0000 (17:05 -0500)]
Removing dead test code.
Commit migrated from https://github.com/dotnet/core-setup/commit/
14b3a1c34b5bb2deb0e85d6fba4dbffd53597b95
Eric Erhardt [Thu, 8 Jun 2017 22:30:16 +0000 (17:30 -0500)]
Minor cleanup of CommonManaged.props
Commit migrated from https://github.com/dotnet/core-setup/commit/
5f650ab5ec5afcf47b68597f1b7b74d15d51e134
Eric Erhardt [Thu, 8 Jun 2017 22:00:31 +0000 (17:00 -0500)]
Move common repo directories to isolated props file.
Also remove the dev machine BuildNumberMinor workaround per PR feedback, as this is no longer necessary.
Commit migrated from https://github.com/dotnet/core-setup/commit/
9555bd94c1da166338017939d584c75cdf6698b8
Eric Erhardt [Wed, 7 Jun 2017 03:08:22 +0000 (22:08 -0500)]
Fix VersionSuffix for the managed projects
VersionSuffix is getting set before $(BuildNumberMajor) and $(BuildNumberMinor) are being set. When creating the DependencyModel nupkg, it is getting a bad version on its p2p reference to PlatformAbstractions.
The fix is to ensure VersionSuffix is defined correctly in the projects themselves - after the obj\BuildVersion.props file is created.
Workaround https://github.com/NuGet/Home/issues/4337
Commit migrated from https://github.com/dotnet/core-setup/commit/
df6ab9c2a48b47181bedfb2704888b074e8a269a
Wes Haggard [Thu, 14 Sep 2017 22:21:10 +0000 (15:21 -0700)]
Merge pull request dotnet/core-setup#3188 from janvorli/port-add-rhel6-detection
Port to 2.0.0: Add RHEL 6 and CentOS 6 distro detection
Commit migrated from https://github.com/dotnet/core-setup/commit/
bb6dac8404513d5ac5a1a216e362ec2ff5ea8ef5
Eric Erhardt [Thu, 14 Sep 2017 21:53:01 +0000 (16:53 -0500)]
Merge pull request dotnet/core-setup#3219 from dotnet/signingErrorChecks_2.0
Add error checks
Commit migrated from https://github.com/dotnet/core-setup/commit/
e10d9cfb54de9777d5d9f17bf2dd4955130c6b1e
JC Aguilera [Thu, 14 Sep 2017 21:08:14 +0000 (14:08 -0700)]
Add error checks
Commit migrated from https://github.com/dotnet/core-setup/commit/
74fe13aa427694c4eabda630f1dfdc7f348c7f86
Eric Erhardt [Tue, 12 Sep 2017 17:57:51 +0000 (12:57 -0500)]
Update PlatformAbstractions and DependencyModel for 2.0.2 servicing.
Commit migrated from https://github.com/dotnet/core-setup/commit/
69f6efc7395c83721eab65fd30184a1bfb253ad3
Jan Vorlicek [Tue, 12 Sep 2017 15:43:26 +0000 (17:43 +0200)]
Port: Add RHEL 6 and CentOS 6 distro detection
This change adds RHEL 6 and CentOS 6 distro detection. These distros
don't have the /etc/os-release file and so we use an alternative source
of the truth that is the /etc/redhat-release file.
Commit migrated from https://github.com/dotnet/core-setup/commit/
e159a29e8a4e4a5502395c0ce104f12a90023e34
Karthik Rajasekaran [Mon, 11 Sep 2017 22:46:30 +0000 (15:46 -0700)]
Update Buildtools to 2.0.0-servicing-02011-01 (dotnet/core-setup#3183)
Commit migrated from https://github.com/dotnet/core-setup/commit/
0b2b4208e8ae4cbf73b0e07161096cc3a7cb8fbd
dotnet-maestro-bot [Fri, 8 Sep 2017 21:08:58 +0000 (14:08 -0700)]
Update CoreClr, CoreFx to servicing-25708-01, servicing-25708-01, respectively (dotnet/core-setup#3160)
Commit migrated from https://github.com/dotnet/core-setup/commit/
3a4ca6a93c867f1369dc68337a9333fff23195f8
Wes Haggard [Fri, 8 Sep 2017 20:18:26 +0000 (13:18 -0700)]
Merge pull request dotnet/core-setup#3159 from safern/non-stable2.0.2
Move to non-stable packages and upgrade to 2.0.2
Commit migrated from https://github.com/dotnet/core-setup/commit/
5e99076ce96aced4c91cc386a20ebf187256207d
Santiago Fernandez [Fri, 8 Sep 2017 17:31:21 +0000 (10:31 -0700)]
Move to non-stable packages and upgrade to 2.0.2
Commit migrated from https://github.com/dotnet/core-setup/commit/
84c95a9bed7fc5c2d3c2c97625df70743b328fff
Wes Haggard [Wed, 6 Sep 2017 22:22:51 +0000 (15:22 -0700)]
Merge pull request dotnet/core-setup#3135 from dotnet-maestro-bot/release/2.0.0-UpdateDependencies
Update CoreClr, CoreFx to stable, servicing-25706-01, respectively (release/2.0.0)
Commit migrated from https://github.com/dotnet/core-setup/commit/
6756834b40d9e45ca8a59d9fe2899757e23b987b
Wes Haggard [Wed, 6 Sep 2017 04:10:53 +0000 (21:10 -0700)]
Fix stable version issue with deb packaging
Commit migrated from https://github.com/dotnet/core-setup/commit/
5eb2f9bd659ad2161a8e035ac4bccd8f892caa0a
dotnet-maestro-bot [Wed, 6 Sep 2017 01:30:35 +0000 (18:30 -0700)]
Update CoreClr, CoreFx to stable, servicing-25706-01, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
21d319f33aacefa5c75d5fdebe7737d0c139a5ec
Steve Harter [Tue, 5 Sep 2017 21:53:19 +0000 (16:53 -0500)]
Allow AppBaseCompilation assembly resolver to resolve 'reference' (dotnet/core-setup#3… (dotnet/core-setup#3134)
* Allow AppBaseCompilation assembly resolver to resolve 'reference' (dotnet/core-setup#3065)
* Package DependencyModel for 2.0.1 servicing.
Commit migrated from https://github.com/dotnet/core-setup/commit/
e6c0c0689ec41153a3adfa0566d54ecb0ce7f81b
Wes Haggard [Fri, 1 Sep 2017 20:30:22 +0000 (13:30 -0700)]
Merge pull request dotnet/core-setup#3125 from dagood/fix-updateversionsrepo/release/2.0.0
[release/2.0.0] Create ShippedNuGetPackage items before versions repo update
Commit migrated from https://github.com/dotnet/core-setup/commit/
a988d530c5e026f98f2df5acbbb5c8fa7730bd8d
Davis Goodin [Wed, 30 Aug 2017 19:13:07 +0000 (14:13 -0500)]
Create package items before versions update
Change to use DependsOnTargets to order. The BeforeTargets pointed at the wrong target, causing the package items to be created after they were needed.
Commit migrated from https://github.com/dotnet/core-setup/commit/
e50b093cf34ba8a519c4a7387dbc97320fdbbe96
Wes Haggard [Wed, 30 Aug 2017 15:58:08 +0000 (08:58 -0700)]
Merge pull request dotnet/core-setup#3121 from dotnet-maestro-bot/release/2.0.0-UpdateDependencies
Update CoreClr, CoreFx to servicing-25630-02, servicing-25629-01, respectively (release/2.0.0)
Commit migrated from https://github.com/dotnet/core-setup/commit/
6121f9d0e6ede2b509f1003f97ad3758ed981785
dotnet-maestro-bot [Wed, 30 Aug 2017 03:49:43 +0000 (20:49 -0700)]
Update CoreClr, CoreFx to servicing-25630-02, servicing-25629-01, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
173c2118f13aedc17d0340688f7a8f9cd8be4dff
Wes Haggard [Tue, 22 Aug 2017 17:41:32 +0000 (10:41 -0700)]
Update CoreClr, CoreFx to servicing-25622-01, servicing-25622-02, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
424916882fb8d49f49fc330a73d8906a83445f77
Wes Haggard [Wed, 16 Aug 2017 18:32:02 +0000 (11:32 -0700)]
Merge pull request dotnet/core-setup#3062 from dotnet-maestro-bot/release/2.0.0-UpdateDependencies
Update CoreFx to servicing-25616-01 (release/2.0.0)
Commit migrated from https://github.com/dotnet/core-setup/commit/
4e7b87434288fe010202bd832184e952d2022793
dotnet-maestro-bot [Wed, 16 Aug 2017 17:36:26 +0000 (10:36 -0700)]
Update CoreFx to servicing-25616-01
Commit migrated from https://github.com/dotnet/core-setup/commit/
9f63630d2e9d3b94498bbfa004b613f1d8cf05d3
Wes Haggard [Tue, 15 Aug 2017 22:08:49 +0000 (15:08 -0700)]
Pass MNAVersion to the dotnet store command for the tests
Commit migrated from https://github.com/dotnet/core-setup/commit/
715604ad09b5fda1445436977e7032e6d29aa8f5
Wes Haggard [Tue, 15 Aug 2017 19:33:08 +0000 (12:33 -0700)]
Merge pull request dotnet/core-setup#3051 from weshaggard/UpdateBTVer
Update BuildTools version
Commit migrated from https://github.com/dotnet/core-setup/commit/
67b36bb61dcfc5d237a2912b3e6b1d4eebf6a830
Wes Haggard [Tue, 15 Aug 2017 18:50:50 +0000 (11:50 -0700)]
Add nuget.runtimemodel to the custom build task dependency list
nuget.runtimemodel isn't comming with the build tools restore anymore
so making it local.
Commit migrated from https://github.com/dotnet/core-setup/commit/
15e34cd2c57ae5daa83c412d987dd342886d799a
Wes Haggard [Wed, 26 Jul 2017 16:52:03 +0000 (09:52 -0700)]
Enable building this repo with VS2017
Commit migrated from https://github.com/dotnet/core-setup/commit/
8fd5323f0879e3ae2259cde15c2449cbd84b6470
Wes Haggard [Tue, 15 Aug 2017 17:59:25 +0000 (10:59 -0700)]
Add _.pdb placeholder file as part of the BuildTools update.
Commit migrated from https://github.com/dotnet/core-setup/commit/
b7d080edbbd302811d10f52b594eecd00d79c060
Wes Haggard [Tue, 15 Aug 2017 17:38:18 +0000 (10:38 -0700)]
Update BuildTools version
This updates the BuildTools version to match what is in corefx
this eliminate some of the issues by eliminating native assets
from Buildtools output that aren't needed.
Commit migrated from https://github.com/dotnet/core-setup/commit/
21c16c6890e22aac28cb1c1df5cb4164738d0380
Wes Haggard [Tue, 15 Aug 2017 16:23:46 +0000 (09:23 -0700)]
Update official build parameters for RHEL6
Moved to using Core-setup-Linux-ARM-BT definition The ARM in the name
is missleading and is only the default which can be overrridden. We
are using that definition because the normal linux definition builds a
bunch more stuff like other distro packages which we don't need for
RH6.
Commit migrated from https://github.com/dotnet/core-setup/commit/
e1af2dbd18a24a9c569818f58d96d5bbe0cddb2c
smile21prc [Tue, 15 Aug 2017 16:03:07 +0000 (09:03 -0700)]
Add Redhat6 to official build of core-setup (dotnet/core-setup#3017)
* Add Redhat6 to official build of core-setup
Add Redhat6 to official build of core-setup. As it's not a portable
build, it's parameter is different from rhel.7.2-x64.
* Chang the Rid name.
Chang the Rid name as we don't have a RID for 6.9.
* Update Centos 6 dockertag
Update Centos 6 dockertag
Commit migrated from https://github.com/dotnet/core-setup/commit/
02401efa94ff3f41225bca87489d783d2b7d323a
Wes Haggard [Tue, 15 Aug 2017 15:46:57 +0000 (08:46 -0700)]
Merge pull request dotnet/core-setup#3042 from janvorli/port-add-rhel6-official-rid
[RHEL6] Port to release/2.0.0 Add RHEL 6 official RID
Commit migrated from https://github.com/dotnet/core-setup/commit/
8f6865a9aed4ff738ab23d7807eabea796c50c05
Wes Haggard [Tue, 15 Aug 2017 15:46:33 +0000 (08:46 -0700)]
Merge pull request dotnet/core-setup#3043 from dotnet-maestro-bot/release/2.0.0-UpdateDependencies
Update CoreClr, CoreFx to servicing-25614-03, servicing-25615-02, respectively (release/2.0.0)
Commit migrated from https://github.com/dotnet/core-setup/commit/
cbd016f5a949572aa2ba01d220a12c4b92d6df6c
dotnet-maestro-bot [Tue, 15 Aug 2017 02:11:45 +0000 (19:11 -0700)]
Update CoreClr, CoreFx to servicing-25614-03, servicing-25615-02, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
9b58ba8ade7c4241e67bbc0db5594e8eacf51475
Jan Vorlicek [Mon, 14 Aug 2017 15:28:18 +0000 (17:28 +0200)]
Add RHEL 6 official RID
Commit migrated from https://github.com/dotnet/core-setup/commit/
70ed3175ce0d64c56d46b94ac2caf3a26c9ae3c2
Wes Haggard [Thu, 10 Aug 2017 23:33:48 +0000 (16:33 -0700)]
Update init-tools.sh to detect rhel6
Commit migrated from https://github.com/dotnet/core-setup/commit/
f41b2697b3c3b741ba06c7af9ae65d0d920522a0
Davis Goodin [Thu, 10 Aug 2017 04:01:40 +0000 (23:01 -0500)]
[release/2.0.0] Only publish when destination deliberately specified (dotnet/core-setup#2993)
* Only publish for deliberate destinations
* Make ChecksumContainerName pipebuild-configurable
* Make ContainerName pipebuild-configurable
Commit migrated from https://github.com/dotnet/core-setup/commit/
11cbcc497579a1f186ec6ae68f7b0ff43a05320a
Wes Haggard [Wed, 9 Aug 2017 21:47:47 +0000 (14:47 -0700)]
Merge pull request dotnet/core-setup#2976 from janvorli/port-enable-rhel6-rid-detection
[RHEL6] Port to release/2.0.0 - Enable RHEL6 and CentOS 6 RID detection in build
Commit migrated from https://github.com/dotnet/core-setup/commit/
730989884e3a8699aff2069aa162fd1bbd447f26
Wes Haggard [Tue, 8 Aug 2017 16:58:10 +0000 (09:58 -0700)]
Merge pull request dotnet/core-setup#2997 from dotnet-maestro-bot/release/2.0.0-UpdateDependencies
Update CoreClr, CoreFx to servicing-25608-01, servicing-25608-01, respectively (release/2.0.0)
Commit migrated from https://github.com/dotnet/core-setup/commit/
40e8085812af308d0f2c367dbb038b091b3d1746
dotnet-maestro-bot [Tue, 8 Aug 2017 01:41:52 +0000 (18:41 -0700)]
Update CoreClr, CoreFx to servicing-25608-01, servicing-25608-01, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
4086c685b15acda0091921ffa22b8dee503ae6c9
William Godbe [Mon, 7 Aug 2017 23:33:40 +0000 (16:33 -0700)]
Merge pull request dotnet/core-setup#2996 from wtgodbe/IncrementVersion
Incrememnt package version to 2.0.1
Commit migrated from https://github.com/dotnet/core-setup/commit/
1ec0ef9fa5a17cea87ce8b74becd51c300378a2d
wtgodbe [Mon, 7 Aug 2017 19:08:09 +0000 (12:08 -0700)]
Incrememnt package version to 2.0.1
Commit migrated from https://github.com/dotnet/core-setup/commit/
fd65e7e943c1af5c2c979261c8f33ee155d35790
Jan Vorlicek [Fri, 4 Aug 2017 18:15:51 +0000 (20:15 +0200)]
Port to release/2.0.0 - Enable RHEL6 and CentOS 6 RID detection in build
This change adds RHEL6 and CentOS 6 RID detection to src/corehost/build.sh.
These distros don't have the /etc/os-release file and so we need to use another
source - the /etc/redhat-release file.
It is an exact copy of the same change merged in for CoreCLR.
Commit migrated from https://github.com/dotnet/core-setup/commit/
a56e0fa1ca2e023dea6132541005977f52353f43
Wes Haggard [Tue, 25 Jul 2017 20:49:33 +0000 (13:49 -0700)]
Merge pull request dotnet/core-setup#2884 from weshaggard/FixPackageDeps
Make sure to use stable package when restoring
Commit migrated from https://github.com/dotnet/core-setup/commit/
14b6cd9d16ef680714d38d21e9137b94fbda9041
Wes Haggard [Mon, 24 Jul 2017 21:52:25 +0000 (14:52 -0700)]
Merge pull request dotnet/core-setup#2877 from dotnet/weshaggard-readme
Update to readme to have 2.0.0 links
Commit migrated from https://github.com/dotnet/core-setup/commit/
3cda93fc0132b76e6d7418faa2f2133ab1e9f99f
Wes Haggard [Mon, 24 Jul 2017 19:57:14 +0000 (12:57 -0700)]
Set VersionSuffix to empty for stable builds
Commit migrated from https://github.com/dotnet/core-setup/commit/
d85d263924c2ee7b7109d4ee209275ad1dbcb2b4
Wes Haggard [Thu, 20 Jul 2017 21:19:07 +0000 (14:19 -0700)]
Merge pull request dotnet/core-setup#2878 from dagood/release/2.0.0/ending-slash-finalize
[release/2.0.0] Add virtual dir ending slash when finalizing build
Commit migrated from https://github.com/dotnet/core-setup/commit/
e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d
Davis Goodin [Thu, 20 Jul 2017 21:10:38 +0000 (16:10 -0500)]
Add virtual dir ending slash when finalizing build
Commit migrated from https://github.com/dotnet/core-setup/commit/
aea7b1cab8912f78a07408d9e95aafb9bea1e150
Wes Haggard [Thu, 20 Jul 2017 16:11:43 +0000 (09:11 -0700)]
Merge pull request dotnet/core-setup#2871 from dagood/release/2.0.0/ending-slash
[release/2.0.0] Add virtual dir ending slash when downloading nupkgs to publish
Commit migrated from https://github.com/dotnet/core-setup/commit/
82b22fa44e46d624ebeddf156f33e9cfb317bd57
Davis Goodin [Thu, 20 Jul 2017 16:05:41 +0000 (11:05 -0500)]
Add virtual dir ending slash
Commit migrated from https://github.com/dotnet/core-setup/commit/
1a18a9b4f82ac3c7611454f7b35c4d11a8b5660a
Wes Haggard [Thu, 20 Jul 2017 00:25:40 +0000 (17:25 -0700)]
Merge pull request dotnet/core-setup#2815 from weshaggard/Stabilize20
Stabilize packages for .NET Core 2.0 release
Commit migrated from https://github.com/dotnet/core-setup/commit/
192597ae588ade9a92583b899e10f3cad9dd5c95
Wes Haggard [Wed, 12 Jul 2017 00:07:06 +0000 (17:07 -0700)]
Stabilize packages for .NET Core 2.0 release
Commit migrated from https://github.com/dotnet/core-setup/commit/
a6236076125cda66f7dd1ff035e162a536ce3448
Wes Haggard [Wed, 19 Jul 2017 23:07:55 +0000 (16:07 -0700)]
Merge pull request dotnet/core-setup#2863 from dotnet-maestro-bot/release/2.0.0-UpdateDependencies
Update CoreClr, CoreFx, Standard to stable, preview3-25519-03, preview3-25519-03, respectively (release/2.0.0)
Commit migrated from https://github.com/dotnet/core-setup/commit/
1f41fe81ed2155011d8f1c625f6f5df2c017b7e4
dotnet-maestro-bot [Wed, 19 Jul 2017 20:59:55 +0000 (13:59 -0700)]
Update CoreClr, CoreFx, Standard to stable, preview3-25519-03, preview3-25519-03, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
13662bd153a1e6b7af474ba37efaa3095c3a9598
Wes Haggard [Wed, 19 Jul 2017 16:17:49 +0000 (09:17 -0700)]
Merge pull request dotnet/core-setup#2858 from dotnet-maestro-bot/release/2.0.0-UpdateDependencies
Update CoreClr, CoreFx to preview3-25519-01, preview3-25519-01, respectively (release/2.0.0)
Commit migrated from https://github.com/dotnet/core-setup/commit/
b01fd29b230fa345b6e8365aaa11d2dee260987c
dotnet-maestro-bot [Wed, 19 Jul 2017 04:14:10 +0000 (21:14 -0700)]
Update CoreClr, CoreFx to preview3-25519-01, preview3-25519-01, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
e5e416e8c23a0f5c0bd515051b8e3978902a0068
Wes Haggard [Tue, 18 Jul 2017 18:53:16 +0000 (11:53 -0700)]
Merge pull request dotnet/core-setup#2846 from dotnet-maestro-bot/release/2.0.0-UpdateDependencies
Update CoreClr, CoreFx to preview3-25518-01, preview3-25518-02, respectively (release/2.0.0)
Commit migrated from https://github.com/dotnet/core-setup/commit/
312f08f20eafba36fb260794af2035c750572124
dotnet-maestro-bot [Tue, 18 Jul 2017 13:31:57 +0000 (06:31 -0700)]
Update CoreClr, CoreFx to preview3-25518-01, preview3-25518-02, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
a6b62d564dc0d337c89627ccddd9847dd51fa169
Wes Haggard [Mon, 17 Jul 2017 16:47:41 +0000 (09:47 -0700)]
Merge pull request dotnet/core-setup#2836 from dotnet-maestro-bot/release/2.0.0-UpdateDependencies
Update CoreClr, CoreFx to preview3-25517-01, preview3-25517-02, respectively (release/2.0.0)
Commit migrated from https://github.com/dotnet/core-setup/commit/
06c12b1bd7e6c641107194ae3c243f4bbe0ec9e8
dotnet-maestro-bot [Mon, 17 Jul 2017 13:19:15 +0000 (06:19 -0700)]
Update CoreClr, CoreFx to preview3-25517-01, preview3-25517-02, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
59fc8986f81f18b1767b40f5d1c9b8e89f80b20b
dotnet-maestro-bot [Fri, 14 Jul 2017 16:16:25 +0000 (09:16 -0700)]
Update CoreClr, CoreFx to preview3-25514-01, preview3-25514-03, respectively (dotnet/core-setup#2830)
Commit migrated from https://github.com/dotnet/core-setup/commit/
1b047a04057cec973cfb890fd21f7a639cfcd118
Wes Haggard [Thu, 13 Jul 2017 15:42:24 +0000 (08:42 -0700)]
Merge pull request dotnet/core-setup#2825 from dotnet-maestro-bot/release/2.0.0-UpdateDependencies
Update CoreClr, CoreFx to preview3-25513-01, preview3-25513-02, respectively (release/2.0.0)
Commit migrated from https://github.com/dotnet/core-setup/commit/
fb611732c0cc523aaf74b5266e7b2e96756ea21e
dotnet-maestro-bot [Thu, 13 Jul 2017 13:42:50 +0000 (06:42 -0700)]
Update CoreClr, CoreFx to preview3-25513-01, preview3-25513-02, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
f41a55388ac97603fcab26095501903782b0d90a
Wes Haggard [Thu, 13 Jul 2017 02:44:00 +0000 (19:44 -0700)]
Merge pull request dotnet/core-setup#2818 from dotnet-maestro-bot/release/2.0.0-UpdateDependencies
Update CoreClr, CoreFx to preview3-25512-03, preview3-25513-01, respectively (release/2.0.0)
Commit migrated from https://github.com/dotnet/core-setup/commit/
b415cf287da8c093d290728f2dd3401fe00f9142
dotnet-maestro-bot [Thu, 13 Jul 2017 01:30:55 +0000 (18:30 -0700)]
Update CoreClr, CoreFx to preview3-25512-03, preview3-25513-01, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
d332e07d5bf7134f6163a4d18c20057800acbf45
Wes Haggard [Wed, 12 Jul 2017 17:26:36 +0000 (10:26 -0700)]
Merge pull request dotnet/core-setup#2812 from dotnet-maestro-bot/release/2.0.0-UpdateDependencies
Update CoreClr, CoreFx to preview3-25512-01, preview3-25511-03, respectively (release/2.0.0)
Commit migrated from https://github.com/dotnet/core-setup/commit/
a936f319ae69c10d5f978da9bbfc9656d83c4c6b
dotnet-maestro-bot [Wed, 12 Jul 2017 04:10:33 +0000 (21:10 -0700)]
Update CoreClr, CoreFx to preview3-25512-01, preview3-25511-03, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
4aa510f16419ad89a3a5d058019a2c595463af28
Wes Haggard [Tue, 11 Jul 2017 18:16:15 +0000 (11:16 -0700)]
Merge pull request dotnet/core-setup#2797 from dotnet-maestro-bot/release/2.0.0-UpdateDependencies
Update CoreClr, CoreFx, Standard, WCF to preview3-25510-01, preview3-25511-01, preview3-25507-01, preview3-25510-01, respectively (release/2.0.0)
Commit migrated from https://github.com/dotnet/core-setup/commit/
6e7dadfdaed031624319dfd61415b2ce3498aa51
Wes Haggard [Tue, 11 Jul 2017 16:18:31 +0000 (09:18 -0700)]
Exclude UWP packages as they aren't shipping with release/2.0.0
Commit migrated from https://github.com/dotnet/core-setup/commit/
82345609e34e4408305e7c59eb40a7e988b3c3c8
Wes Haggard [Tue, 11 Jul 2017 16:15:01 +0000 (09:15 -0700)]
Disable WCF dependency updates
WCF dependency updates are only necessary for UWP which we aren't shipping
from the .NET Core 2.0 release branch.
Commit migrated from https://github.com/dotnet/core-setup/commit/
670a812aa75bffd80619ba1d58e94e5aa29c645b
dotnet-maestro-bot [Tue, 11 Jul 2017 01:22:57 +0000 (18:22 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview3-25510-01, preview3-25511-01, preview3-25507-01, preview3-25510-01, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
0405c5caf159ede40aa59e15a9ff56b8f86a16d0
Davis Goodin [Fri, 7 Jul 2017 15:31:24 +0000 (10:31 -0500)]
Merge pull request dotnet/core-setup#2787 from dagood/release/2.0.0/publish-before-finalize
[release/2.0.0] Push packages before finalize, for latest.version reliability
Commit migrated from https://github.com/dotnet/core-setup/commit/
cb31faee171130d052245748e11e96b27fd8d00c
dotnet-maestro-bot [Wed, 5 Jul 2017 23:01:39 +0000 (16:01 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview3-25505-01, preview3-25505-02, preview3-25505-01, preview3-25503-01, respectively (dotnet/core-setup#2760)
Commit migrated from https://github.com/dotnet/core-setup/commit/
15da113e52d48c50ff8852ce269bebd13d7471f9
Bill Wert [Wed, 5 Jul 2017 22:10:08 +0000 (15:10 -0700)]
Fix install block (dotnet/core-setup#2769) (dotnet/core-setup#2791)
Installation block doesn't work due to a typo. Also update to 10.12 as
minimum version
Commit migrated from https://github.com/dotnet/core-setup/commit/
d506c26fff450bee6140df39e162d221d2df0224
Chad Nedzlek [Wed, 5 Jul 2017 17:52:26 +0000 (10:52 -0700)]
Merge pull request dotnet/core-setup#2779 from dotnet/ChadNedzlek-increase-download-timeout
Release build failure: Increase timeout to allow core-setup downloads to complete
Commit migrated from https://github.com/dotnet/core-setup/commit/
3f1a3302f03d93a6a5184d7f67d64a8ddcea3c00