platform/upstream/dotnet/runtime.git
6 years agoMerge pull request dotnet/core-setup#3257 from eerhardt/RemoveSourceBuildPatches
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

6 years agoUse intermediate package cache to pick up source built packages.
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

6 years agoUnify Versions
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

6 years agoDon't build net45 versions of tasks
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

6 years agoUpdate MSBuild Reference
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

6 years agoUnify CLI Version with corefx release/2.0.0 branch
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

6 years agoUnify NuGet version with BuildTools version
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

6 years agoRespect DotNetRestorePackagesPath if it is set
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

6 years agoUpdate BuildTools and init-tools scripts.
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

6 years agoMerge pull request dotnet/core-setup#3235 from eerhardt/RemoveSourceBuildPatches
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

6 years agoUpdate BuildTools to 2.0.0-servicing-02026-05
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

6 years agoFixing up changes from master.
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

6 years agoDefault Platform=AnyCPU for managed projects.
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

6 years agoFix the tests by passing Configuration into the tests.
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

6 years agoPass through the Configuration when restoring.
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

6 years agoClean up core-setup build.
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

6 years agoRemoving dead test code.
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

6 years agoMinor cleanup of CommonManaged.props
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

6 years agoMove common repo directories to isolated props file.
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

6 years agoFix VersionSuffix for the managed projects
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

6 years agoMerge pull request dotnet/core-setup#3188 from janvorli/port-add-rhel6-detection
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

6 years agoMerge pull request dotnet/core-setup#3219 from dotnet/signingErrorChecks_2.0
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

6 years agoAdd error checks
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

6 years agoUpdate PlatformAbstractions and DependencyModel for 2.0.2 servicing.
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

6 years agoPort: Add RHEL 6 and CentOS 6 distro detection
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

6 years agoUpdate Buildtools to 2.0.0-servicing-02011-01 (dotnet/core-setup#3183)
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

6 years agoUpdate CoreClr, CoreFx to servicing-25708-01, servicing-25708-01, respectively (dotne...
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

6 years agoMerge pull request dotnet/core-setup#3159 from safern/non-stable2.0.2
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

6 years agoMove to non-stable packages and upgrade to 2.0.2
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

6 years agoMerge pull request dotnet/core-setup#3135 from dotnet-maestro-bot/release/2.0.0-Updat...
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

7 years agoFix stable version issue with deb packaging
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

7 years agoUpdate CoreClr, CoreFx to stable, servicing-25706-01, respectively
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

7 years agoAllow AppBaseCompilation assembly resolver to resolve 'reference' (dotnet/core-setup...
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

7 years agoMerge pull request dotnet/core-setup#3125 from dagood/fix-updateversionsrepo/release...
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

7 years agoCreate package items before versions update
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

7 years agoMerge pull request dotnet/core-setup#3121 from dotnet-maestro-bot/release/2.0.0-Updat...
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

7 years agoUpdate CoreClr, CoreFx to servicing-25630-02, servicing-25629-01, respectively
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

7 years agoUpdate CoreClr, CoreFx to servicing-25622-01, servicing-25622-02, respectively
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

7 years agoMerge pull request dotnet/core-setup#3062 from dotnet-maestro-bot/release/2.0.0-Updat...
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

7 years agoUpdate CoreFx to servicing-25616-01
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

7 years agoPass MNAVersion to the dotnet store command for the tests
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

7 years agoMerge pull request dotnet/core-setup#3051 from weshaggard/UpdateBTVer
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

7 years agoAdd nuget.runtimemodel to the custom build task dependency list
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

7 years agoEnable building this repo with VS2017
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

7 years agoAdd _.pdb placeholder file as part of the BuildTools update.
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

7 years agoUpdate BuildTools version
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

7 years agoUpdate official build parameters for RHEL6
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

7 years agoAdd Redhat6 to official build of core-setup (dotnet/core-setup#3017)
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

7 years agoMerge pull request dotnet/core-setup#3042 from janvorli/port-add-rhel6-official-rid
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

7 years agoMerge pull request dotnet/core-setup#3043 from dotnet-maestro-bot/release/2.0.0-Updat...
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

7 years agoUpdate CoreClr, CoreFx to servicing-25614-03, servicing-25615-02, respectively
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

7 years agoAdd RHEL 6 official RID
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

7 years agoUpdate init-tools.sh to detect rhel6
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

7 years ago[release/2.0.0] Only publish when destination deliberately specified (dotnet/core...
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

7 years agoMerge pull request dotnet/core-setup#2976 from janvorli/port-enable-rhel6-rid-detection
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

7 years agoMerge pull request dotnet/core-setup#2997 from dotnet-maestro-bot/release/2.0.0-Updat...
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

7 years agoUpdate CoreClr, CoreFx to servicing-25608-01, servicing-25608-01, respectively
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

7 years agoMerge pull request dotnet/core-setup#2996 from wtgodbe/IncrementVersion
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

7 years agoIncrememnt package version to 2.0.1
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

7 years agoPort to release/2.0.0 - Enable RHEL6 and CentOS 6 RID detection in build
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

7 years agoMerge pull request dotnet/core-setup#2884 from weshaggard/FixPackageDeps
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

7 years agoMerge pull request dotnet/core-setup#2877 from dotnet/weshaggard-readme
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

7 years agoSet VersionSuffix to empty for stable builds
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

7 years agoMerge pull request dotnet/core-setup#2878 from dagood/release/2.0.0/ending-slash...
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

7 years agoAdd virtual dir ending slash when finalizing build
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

7 years agoMerge pull request dotnet/core-setup#2871 from dagood/release/2.0.0/ending-slash
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

7 years agoAdd virtual dir ending slash
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

7 years agoMerge pull request dotnet/core-setup#2815 from weshaggard/Stabilize20
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

7 years agoStabilize packages for .NET Core 2.0 release
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

7 years agoMerge pull request dotnet/core-setup#2863 from dotnet-maestro-bot/release/2.0.0-Updat...
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

7 years agoUpdate CoreClr, CoreFx, Standard to stable, preview3-25519-03, preview3-25519-03...
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

7 years agoMerge pull request dotnet/core-setup#2858 from dotnet-maestro-bot/release/2.0.0-Updat...
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

7 years agoUpdate CoreClr, CoreFx to preview3-25519-01, preview3-25519-01, respectively
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

7 years agoMerge pull request dotnet/core-setup#2846 from dotnet-maestro-bot/release/2.0.0-Updat...
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

7 years agoUpdate CoreClr, CoreFx to preview3-25518-01, preview3-25518-02, respectively
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

7 years agoMerge pull request dotnet/core-setup#2836 from dotnet-maestro-bot/release/2.0.0-Updat...
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

7 years agoUpdate CoreClr, CoreFx to preview3-25517-01, preview3-25517-02, respectively
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

7 years agoUpdate CoreClr, CoreFx to preview3-25514-01, preview3-25514-03, respectively (dotnet...
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

7 years agoMerge pull request dotnet/core-setup#2825 from dotnet-maestro-bot/release/2.0.0-Updat...
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

7 years agoUpdate CoreClr, CoreFx to preview3-25513-01, preview3-25513-02, respectively
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

7 years agoMerge pull request dotnet/core-setup#2818 from dotnet-maestro-bot/release/2.0.0-Updat...
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

7 years agoUpdate CoreClr, CoreFx to preview3-25512-03, preview3-25513-01, respectively
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

7 years agoMerge pull request dotnet/core-setup#2812 from dotnet-maestro-bot/release/2.0.0-Updat...
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

7 years agoUpdate CoreClr, CoreFx to preview3-25512-01, preview3-25511-03, respectively
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

7 years agoMerge pull request dotnet/core-setup#2797 from dotnet-maestro-bot/release/2.0.0-Updat...
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

7 years agoExclude UWP packages as they aren't shipping with release/2.0.0
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

7 years agoDisable WCF dependency updates
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

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview3-25510-01, preview3-25511-01, previe...
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

7 years agoMerge pull request dotnet/core-setup#2787 from dagood/release/2.0.0/publish-before...
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

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview3-25505-01, preview3-25505-02, previe...
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

7 years agoFix install block (dotnet/core-setup#2769) (dotnet/core-setup#2791)
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

7 years agoMerge pull request dotnet/core-setup#2779 from dotnet/ChadNedzlek-increase-download...
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

7 years agoPush packages before finalize, for latest.version
Davis Goodin [Fri, 30 Jun 2017 20:57:37 +0000 (15:57 -0500)]
Push packages before finalize, for latest.version

The publish target can fail (during download or push) which makes latest.version unreliable as a semaphore. Pushing before writing the file makes it reliable.

(cherry picked from commit dotnet/core-setup@d8b9e0a5c7c33d488be85343994f7d1b27da638c)

Commit migrated from https://github.com/dotnet/core-setup/commit/5016ed50c5b95cecaa6def70e8c20c183d57401f

7 years agoIncrease timeout to allow core-setup downloads to complete
Chad Nedzlek [Mon, 3 Jul 2017 23:11:12 +0000 (16:11 -0700)]
Increase timeout to allow core-setup downloads to complete

These builds download a huge amount of data by opening literally hundreds of simultaneous connections.  In the official build logs, some of these requests end up at the end of the queue and timeout while waiting their turn.  Most of those eventually get a turn, but some of them don't.  I'm raising the timeout 6 fold (the default timeout is 100 seconds), and hoping that's enough.

Commit migrated from https://github.com/dotnet/core-setup/commit/932167d4103b052f35e395d9ae262cef678f7a7f

7 years agoMerge pull request dotnet/core-setup#2738 from dotnet-maestro-bot/release/2.0.0-Updat...
Eric Erhardt [Thu, 29 Jun 2017 21:03:54 +0000 (16:03 -0500)]
Merge pull request dotnet/core-setup#2738 from dotnet-maestro-bot/release/2.0.0-UpdateDependencies

Update CoreClr, CoreFx, Standard, WCF to preview3-25429-01, preview3-25429-02, preview3-25429-01, preview3-25429-01, respectively (release/2.0.0)

Commit migrated from https://github.com/dotnet/core-setup/commit/bd3f818bad84f1296b4ee53f72ab8837b3caac98

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview3-25429-01, preview3-25429-02, previe...
dotnet-maestro-bot [Thu, 29 Jun 2017 13:51:48 +0000 (06:51 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview3-25429-01, preview3-25429-02, preview3-25429-01, preview3-25429-01, respectively

Commit migrated from https://github.com/dotnet/core-setup/commit/cd5cc13ddb8b883a91cddff9a183833bb5a1485e

7 years agoMerge pull request dotnet/core-setup#2732 from dotnet-maestro-bot/release/2.0.0-Updat...
Wes Haggard [Mon, 26 Jun 2017 16:22:54 +0000 (09:22 -0700)]
Merge pull request dotnet/core-setup#2732 from dotnet-maestro-bot/release/2.0.0-UpdateDependencies

Update CoreClr, CoreFx, Standard to preview3-25426-01, preview3-25426-02, preview3-25426-01, respectively (release/2.0.0)

Commit migrated from https://github.com/dotnet/core-setup/commit/ac5794cad4e07620d21cbc6eca6d070ada99a2cd

7 years agoUpdate CoreClr, CoreFx, Standard to preview3-25426-01, preview3-25426-02, preview3...
dotnet-maestro-bot [Mon, 26 Jun 2017 13:26:38 +0000 (06:26 -0700)]
Update CoreClr, CoreFx, Standard to preview3-25426-01, preview3-25426-02, preview3-25426-01, respectively

Commit migrated from https://github.com/dotnet/core-setup/commit/c146641a8bc3a9238880a3ac9e4e5e07b6b0a6bc

7 years agoAllow missing satellite assemblies (dotnet/core-setup#2717) (dotnet/core-setup#2731)
Steve Harter [Fri, 23 Jun 2017 21:02:49 +0000 (16:02 -0500)]
Allow missing satellite assemblies (dotnet/core-setup#2717) (dotnet/core-setup#2731)

Commit migrated from https://github.com/dotnet/core-setup/commit/122309e7e7fb9bb233fe4910f822c28ec73f0957

7 years agoMerge pull request dotnet/core-setup#2710 from dotnet-maestro-bot/release/2.0.0-Updat...
Eric Erhardt [Fri, 23 Jun 2017 16:00:09 +0000 (11:00 -0500)]
Merge pull request dotnet/core-setup#2710 from dotnet-maestro-bot/release/2.0.0-UpdateDependencies

Update CoreClr, CoreFx, Standard, WCF to preview3-25423-01, preview3-25423-02, preview3-25423-01, preview3-25423-01, respectively (release/2.0.0)

Commit migrated from https://github.com/dotnet/core-setup/commit/8856f65b5e7a0b6e760ba74e8109bc674e7691a8