platform/upstream/dotnet/runtime.git
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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

6 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

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview3-25423-01, preview3-25423-02, previe...
dotnet-maestro-bot [Fri, 23 Jun 2017 13:33:03 +0000 (06:33 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview3-25423-01, preview3-25423-02, preview3-25423-01, preview3-25423-01, respectively

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

7 years agoMerge pull request dotnet/core-setup#2718 from ellismg/port-license-changes
Matt Ellis [Thu, 22 Jun 2017 17:35:02 +0000 (10:35 -0700)]
Merge pull request dotnet/core-setup#2718 from ellismg/port-license-changes

Use MIT license on *NIX and MSFT License on Windows

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

7 years agoUse MIT license on *NIX and MSFT License on Windows
Matt Ellis [Thu, 8 Jun 2017 05:31:50 +0000 (22:31 -0700)]
Use MIT license on *NIX and MSFT License on Windows

We can't use the MIT license for our Windows zip's or msi's because we
include closed source stuff (windows api set shims, native
diasymreader and the ucrt). However, on *nix, everything we redist is
open source and licensed as MIT (or covered by the
ThirdPartyNotices.txt file).

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

7 years agoUpdate CoreClr, Standard, WCF to preview3-25420-01, preview3-25420-01, preview3-25420...
dotnet-maestro-bot [Tue, 20 Jun 2017 18:37:41 +0000 (11:37 -0700)]
Update CoreClr, Standard, WCF to preview3-25420-01, preview3-25420-01, preview3-25420-01, respectively (dotnet/core-setup#2706)

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

7 years agoUpdate CoreClr, Standard, WCF to preview3-25419-01, preview3-25419-01, preview2-25419...
dotnet-maestro-bot [Mon, 19 Jun 2017 14:30:28 +0000 (07:30 -0700)]
Update CoreClr, Standard, WCF to preview3-25419-01, preview3-25419-01, preview2-25419-01, respectively (dotnet/core-setup#2704)

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

7 years agoUpdate CoreClr, Standard to preview3-25417-02, preview3-25417-01, respectively (dotne...
dotnet-maestro-bot [Sat, 17 Jun 2017 15:06:43 +0000 (08:06 -0700)]
Update CoreClr, Standard to preview3-25417-02, preview3-25417-01, respectively (dotnet/core-setup#2703)

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

7 years agoUpdate CoreFx to preview3-25417-01 (dotnet/core-setup#2702)
dotnet-maestro-bot [Sat, 17 Jun 2017 02:40:18 +0000 (19:40 -0700)]
Update CoreFx to preview3-25417-01 (dotnet/core-setup#2702)

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

7 years agoUpdate CoreClr to preview3-25416-03 (dotnet/core-setup#2701)
dotnet-maestro-bot [Sat, 17 Jun 2017 00:32:40 +0000 (17:32 -0700)]
Update CoreClr to preview3-25416-03 (dotnet/core-setup#2701)

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

7 years agoUpdate CoreFx, Standard, WCF to preview3-25416-02, preview3-25416-01, preview2-25416...
dotnet-maestro-bot [Fri, 16 Jun 2017 18:01:52 +0000 (11:01 -0700)]
Update CoreFx, Standard, WCF to preview3-25416-02, preview3-25416-01, preview2-25416-01, respectively (dotnet/core-setup#2700)

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

7 years agoUpdate CoreClr, CoreFx to preview3-25416-01, preview3-25416-01, respectively (dotnet...
dotnet-maestro-bot [Fri, 16 Jun 2017 13:17:00 +0000 (06:17 -0700)]
Update CoreClr, CoreFx to preview3-25416-01, preview3-25416-01, respectively (dotnet/core-setup#2696)

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

7 years agoUpdate CoreClr, WCF to preview3-25415-02, preview2-25415-02, respectively (dotnet...
dotnet-maestro-bot [Thu, 15 Jun 2017 23:05:51 +0000 (16:05 -0700)]
Update CoreClr, WCF to preview3-25415-02, preview2-25415-02, respectively (dotnet/core-setup#2695)

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

7 years agoUpdate CoreClr, CoreFx, Standard to preview3-25415-01, preview3-25415-01, preview3...
dotnet-maestro-bot [Thu, 15 Jun 2017 15:42:42 +0000 (08:42 -0700)]
Update CoreClr, CoreFx, Standard to preview3-25415-01, preview3-25415-01, preview3-25415-01, respectively (dotnet/core-setup#2694)

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

7 years agoUpdate CoreClr to preview3-25414-02 (dotnet/core-setup#2693)
dotnet-maestro-bot [Wed, 14 Jun 2017 23:16:02 +0000 (16:16 -0700)]
Update CoreClr to preview3-25414-02 (dotnet/core-setup#2693)

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

7 years agoUpdate CoreFx, Standard, WCF to preview3-25414-02, preview3-25414-01, preview2-25414...
dotnet-maestro-bot [Wed, 14 Jun 2017 14:52:56 +0000 (07:52 -0700)]
Update CoreFx, Standard, WCF to preview3-25414-02, preview3-25414-01, preview2-25414-02, respectively (dotnet/core-setup#2688)

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

7 years agoUpdate CoreClr to preview3-25413-01 (dotnet/core-setup#2685)
dotnet bot [Tue, 13 Jun 2017 23:50:08 +0000 (16:50 -0700)]
Update CoreClr to preview3-25413-01 (dotnet/core-setup#2685)

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

7 years agoFix issue 2682 - Homepage referenced in deb metadata is incorrect (dotnet/core-setup...
rakeshsinghranchi [Tue, 13 Jun 2017 22:47:53 +0000 (15:47 -0700)]
Fix issue 2682 - Homepage referenced in deb metadata is incorrect (dotnet/core-setup#2683)

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

7 years agoUpdate CoreFx, Standard, WCF to preview3-25413-02, preview3-25413-01, preview2-25413...
dotnet bot [Tue, 13 Jun 2017 20:33:42 +0000 (13:33 -0700)]
Update CoreFx, Standard, WCF to preview3-25413-02, preview3-25413-01, preview2-25413-01, respectively (dotnet/core-setup#2681)

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

7 years agoMove to Preview3 . Also, remove branchinfo.txt . As we have moved to new build tools...
rakeshsinghranchi [Mon, 12 Jun 2017 23:30:41 +0000 (16:30 -0700)]
Move to Preview3 . Also, remove branchinfo.txt . As we have moved to new build tools, this file is no more used at all. (dotnet/core-setup#2673)

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

7 years agoUpdate CoreClr, WCF to preview3-25412-01, preview2-25412-01, respectively (dotnet...
dotnet bot [Mon, 12 Jun 2017 23:23:52 +0000 (16:23 -0700)]
Update CoreClr, WCF to preview3-25412-01, preview2-25412-01, respectively (dotnet/core-setup#2674)

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