platform/upstream/dotnet/runtime.git
6 years agoUpdate links required for generation of Tizen rootfs
Gleb Balykov [Mon, 7 May 2018 11:09:12 +0000 (14:09 +0300)]
Update links required for generation of Tizen rootfs

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

6 years agoUpdate Tizen CI docker image
Gleb Balykov [Sat, 28 Apr 2018 15:23:44 +0000 (18:23 +0300)]
Update Tizen CI docker image

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

6 years agoRevert "Disable Tizen from CI"
Gleb Balykov [Sat, 28 Apr 2018 15:20:59 +0000 (18:20 +0300)]
Revert "Disable Tizen from CI"

This reverts commit dotnet/core-setup@33e132fd0ee948cdd7881e3b398ea5c3e37a99aa.

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

6 years agoMerge pull request dotnet/core-setup#4147 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Mon, 14 May 2018 17:56:33 +0000 (10:56 -0700)]
Merge pull request dotnet/core-setup#4147 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx to preview1-26514-05, preview1-26514-01, respectively (master)

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

6 years agoUpdate CoreClr, CoreFx to preview1-26514-05, preview1-26514-01, respectively
dotnet-maestro-bot [Mon, 14 May 2018 16:10:32 +0000 (09:10 -0700)]
Update CoreClr, CoreFx to preview1-26514-05, preview1-26514-01, respectively

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

6 years agoMerge pull request dotnet/core-setup#4140 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Fri, 11 May 2018 18:32:06 +0000 (11:32 -0700)]
Merge pull request dotnet/core-setup#4140 from dotnet-maestro-bot/master-UpdateDependencies

Update BuildTools, CoreClr, CoreFx to preview1-02810-02, preview1-26511-05, preview1-26511-04, respectively (master)

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

6 years agoUpdate BuildTools, CoreClr, CoreFx to preview1-02810-02, preview1-26511-05, preview1...
dotnet-maestro-bot [Fri, 11 May 2018 15:24:40 +0000 (08:24 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-02810-02, preview1-26511-05, preview1-26511-04, respectively

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

6 years agoMerge pull request dotnet/core-setup#4137 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Thu, 10 May 2018 18:39:25 +0000 (11:39 -0700)]
Merge pull request dotnet/core-setup#4137 from dotnet-maestro-bot/master-UpdateDependencies

Update BuildTools, CoreClr, CoreFx to preview1-02810-01, preview1-26510-06, preview1-26510-05, respectively (master)

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

6 years agoMerge pull request dotnet/core-setup#4136 from steveharter/UpdateDependencyModelRef
Wes Haggard [Thu, 10 May 2018 18:31:43 +0000 (11:31 -0700)]
Merge pull request dotnet/core-setup#4136 from steveharter/UpdateDependencyModelRef

Update DependencyModel to latest

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

6 years agoUpdate BuildTools, CoreClr, CoreFx to preview1-02810-01, preview1-26510-06, preview1...
dotnet-maestro-bot [Thu, 10 May 2018 17:28:55 +0000 (10:28 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-02810-01, preview1-26510-06, preview1-26510-05, respectively

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

6 years agoMerge pull request dotnet/core-setup#4122 from weshaggard/UpdateToRC1SDK_m
Wes Haggard [Thu, 10 May 2018 15:34:48 +0000 (08:34 -0700)]
Merge pull request dotnet/core-setup#4122 from weshaggard/UpdateToRC1SDK_m

[master] Update to 2.1.300-rtm-008823 sdk

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

6 years agoRemove file names from PackagePath folder
Wes Haggard [Sat, 5 May 2018 00:38:25 +0000 (17:38 -0700)]
Remove file names from PackagePath folder

We are hitting https://github.com/NuGet/Home/issues/6351, which
was resolved as a by-design change so we need to adjust to
handle it.

Paths for filenames that don't have extensions turned into
<filename>\<filename> as the file got appended to it. Without
an extension nuget assumes the target path is a directory,
for better or worse.

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

6 years agoUpdate test projects to pass MNAVersion to build and publish
Wes Haggard [Tue, 1 May 2018 18:29:18 +0000 (11:29 -0700)]
Update test projects to pass MNAVersion to build and publish

The new SDK now has checks to verify the RuntimeFrameworkVersion
is set the same during restore, build, publish, etc. So we need
to ensure we set it the same in each step. To do that we need to
pass that MNAVersion during those steps.

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

6 years agoUpdate to 2.1.300-rtm-008823 verison of SDK tools
Wes Haggard [Tue, 1 May 2018 00:00:47 +0000 (17:00 -0700)]
Update to 2.1.300-rtm-008823 verison of SDK tools

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

6 years agoMerge pull request dotnet/core-setup#4133 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Wed, 9 May 2018 21:10:58 +0000 (14:10 -0700)]
Merge pull request dotnet/core-setup#4133 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx to preview1-26509-05, preview1-26509-05, respectively (master)

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

6 years agoUse fixed version
Steve Harter [Wed, 9 May 2018 20:44:24 +0000 (15:44 -0500)]
Use fixed version

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

6 years agoUpdate DependencyModel to latest
Steve Harter [Wed, 9 May 2018 18:22:38 +0000 (13:22 -0500)]
Update DependencyModel to latest

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

6 years agoUpdate CoreClr, CoreFx to preview1-26509-05, preview1-26509-05, respectively
dotnet-maestro-bot [Wed, 9 May 2018 15:39:42 +0000 (08:39 -0700)]
Update CoreClr, CoreFx to preview1-26509-05, preview1-26509-05, respectively

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

6 years agoUpdate BuildTools, CoreClr, CoreFx to preview1-02808-01, preview1-26508-05, preview1...
dotnet-maestro-bot [Tue, 8 May 2018 23:46:22 +0000 (18:46 -0500)]
Update BuildTools, CoreClr, CoreFx to preview1-02808-01, preview1-26508-05, preview1-26508-04, respectively (dotnet/core-setup#4131)

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

6 years agoUpdate BuildTools, CoreClr, CoreFx to preview1-02804-04, preview1-26507-05, preview1...
dotnet-maestro-bot [Mon, 7 May 2018 14:53:33 +0000 (07:53 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-02804-04, preview1-26507-05, preview1-26507-04, respectively

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

6 years agoUpdate the SDK muxer behavior (dotnet/core-setup#4118)
John Beisner [Fri, 4 May 2018 23:46:35 +0000 (16:46 -0700)]
Update the SDK muxer behavior (dotnet/core-setup#4118)

* Update the SDK muxer behavior; modify the SDK muxer tests.
* Using easier to understand logic: "ver >= specified"

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

6 years agoMerge pull request dotnet/core-setup#4120 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Thu, 3 May 2018 16:39:33 +0000 (09:39 -0700)]
Merge pull request dotnet/core-setup#4120 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx to preview1-26503-05, preview1-26503-04, respectively (master)

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

6 years agoUpdate CoreClr, CoreFx to preview1-26503-05, preview1-26503-04, respectively
dotnet-maestro-bot [Thu, 3 May 2018 14:34:51 +0000 (07:34 -0700)]
Update CoreClr, CoreFx to preview1-26503-05, preview1-26503-04, respectively

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

6 years agoAvoid logging to stderr if core_servicing location is empty (dotnet/core-setup#4110)
Steve Harter [Wed, 2 May 2018 17:38:33 +0000 (12:38 -0500)]
Avoid logging to stderr if core_servicing location is empty (dotnet/core-setup#4110)

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

6 years agoMerge pull request dotnet/core-setup#4116 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Wed, 2 May 2018 16:08:09 +0000 (09:08 -0700)]
Merge pull request dotnet/core-setup#4116 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx to preview1-26502-05, preview1-26502-03, respectively (master)

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

6 years agoUpdate CoreClr, CoreFx to preview1-26502-05, preview1-26502-03, respectively
dotnet-maestro-bot [Wed, 2 May 2018 14:04:22 +0000 (07:04 -0700)]
Update CoreClr, CoreFx to preview1-26502-05, preview1-26502-03, respectively

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

6 years agoUpdate BuildTools, CoreClr, CoreFx to preview1-02801-01, preview1-26501-05, preview3...
dotnet-maestro-bot [Tue, 1 May 2018 20:42:01 +0000 (13:42 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-02801-01, preview1-26501-05, preview3-26501-04, respectively

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

6 years agoMerge pull request dotnet/core-setup#4096 from weshaggard/Update3PN
Wes Haggard [Mon, 30 Apr 2018 21:04:21 +0000 (14:04 -0700)]
Merge pull request dotnet/core-setup#4096 from weshaggard/Update3PN

Share license and 3PN between installers and packages

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

6 years agoMerge pull request dotnet/core-setup#4093 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Mon, 30 Apr 2018 19:43:25 +0000 (12:43 -0700)]
Merge pull request dotnet/core-setup#4093 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx to preview1-26430-05, preview3-26430-04, respectively (master)

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

6 years agoShare license and 3PN between installers and packages
Wes Haggard [Mon, 30 Apr 2018 16:07:16 +0000 (09:07 -0700)]
Share license and 3PN between installers and packages

Given 3pn file has already shipped in a shared location
we should keep the file name the same to avoid having multiple
copies of it with different names.

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

6 years agoUpdating arch support for arm (dotnet/core-setup#4085)
Peter Marcu [Mon, 30 Apr 2018 16:35:47 +0000 (09:35 -0700)]
Updating arch support for arm (dotnet/core-setup#4085)

* Updating arch support for arm

* Switching to process instead of OS arch

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

6 years agoMerge pull request dotnet/core-setup#4065 from jcagme/master
JC Aguilera [Mon, 30 Apr 2018 16:16:45 +0000 (09:16 -0700)]
Merge pull request dotnet/core-setup#4065 from jcagme/master

Adding Begin and End scripts to build defs

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

6 years agoUpdate CoreClr, CoreFx to preview1-26430-05, preview3-26430-04, respectively
dotnet-maestro-bot [Mon, 30 Apr 2018 14:07:01 +0000 (07:07 -0700)]
Update CoreClr, CoreFx to preview1-26430-05, preview3-26430-04, respectively

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

6 years agoAdd "no downgrade" and "rollback on patch" features to additional deps (dotnet/core...
Steve Harter [Sat, 28 Apr 2018 00:32:20 +0000 (19:32 -0500)]
Add "no downgrade" and "rollback on patch" features to additional deps (dotnet/core-setup#4084)

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

6 years agoUpdate based on latest agreed-upon requirements
Steve Harter [Sat, 28 Apr 2018 00:21:30 +0000 (19:21 -0500)]
Update based on latest agreed-upon requirements

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

6 years agoMerge pull request dotnet/core-setup#4090 from weshaggard/Update3PN
Wes Haggard [Fri, 27 Apr 2018 23:57:07 +0000 (16:57 -0700)]
Merge pull request dotnet/core-setup#4090 from weshaggard/Update3PN

Update 3PN merging in coreclr and corefx notices

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

6 years agoMerge pull request dotnet/core-setup#4089 from weshaggard/RemoveOldTFMsFromMNA
Wes Haggard [Fri, 27 Apr 2018 23:26:09 +0000 (16:26 -0700)]
Merge pull request dotnet/core-setup#4089 from weshaggard/RemoveOldTFMsFromMNA

Remove older TFMs from Microsoft.NETCore.App

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

6 years agoRemove older TFMs from Microsoft.NETCore.App
Wes Haggard [Fri, 27 Apr 2018 22:37:09 +0000 (15:37 -0700)]
Remove older TFMs from Microsoft.NETCore.App

Microsoft.NETCore.App will only support the target framework
that matches its major/minor version after this change.

Example: 2.2.x will only support netcoreapp2.2

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

6 years agoUpdate CoreClr, CoreFx to preview1-26427-05, preview3-26427-05, respectively
dotnet-maestro-bot [Fri, 27 Apr 2018 15:12:39 +0000 (08:12 -0700)]
Update CoreClr, CoreFx to preview1-26427-05, preview3-26427-05, respectively

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

6 years agoMerge pull request dotnet/core-setup#4066 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Fri, 27 Apr 2018 00:23:12 +0000 (17:23 -0700)]
Merge pull request dotnet/core-setup#4066 from dotnet-maestro-bot/master-UpdateDependencies

Update BuildTools, CoreClr, CoreFx to preview1-02725-03, preview1-26426-07, preview3-26426-07, respectively (master)

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

6 years agoOn minor roll-forward framework wins over app when same versions in deps.json (dotnet...
Steve Harter [Thu, 26 Apr 2018 14:16:00 +0000 (09:16 -0500)]
On minor roll-forward framework wins over app when same versions in deps.json (dotnet/core-setup#4076)

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

6 years agoUpdate BuildTools, CoreClr, CoreFx to preview1-02725-03, preview1-26426-07, preview3...
dotnet-maestro-bot [Thu, 26 Apr 2018 13:46:45 +0000 (06:46 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-02725-03, preview1-26426-07, preview3-26426-07, respectively

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

6 years agoMerge pull request dotnet/core-setup#4067 from brianrob/build_rootfs
Brian Robbins [Wed, 25 Apr 2018 22:41:31 +0000 (15:41 -0700)]
Merge pull request dotnet/core-setup#4067 from brianrob/build_rootfs

Port LTTng fix for rootfs from CoreCLR.

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

6 years agoRemove cleanup agent task
Juan Carlos Aguilera Mendez [Wed, 25 Apr 2018 18:00:54 +0000 (11:00 -0700)]
Remove cleanup agent task

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

6 years agoPort LTTng fix for rootfs from CoreCLR.
Brian Robbins [Wed, 25 Apr 2018 16:56:07 +0000 (09:56 -0700)]
Port LTTng fix for rootfs from CoreCLR.

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

6 years agoMerge pull request dotnet/core-setup#4063 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Wed, 25 Apr 2018 00:18:30 +0000 (17:18 -0700)]
Merge pull request dotnet/core-setup#4063 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx to preview1-26424-06, preview3-26424-05, respectively (master)

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

6 years agoMerge pull request dotnet/core-setup#4062 from weshaggard/RemoveAlpineBuilds
Wes Haggard [Wed, 25 Apr 2018 00:05:34 +0000 (17:05 -0700)]
Merge pull request dotnet/core-setup#4062 from weshaggard/RemoveAlpineBuilds

Remove Alpine 3.6 builds

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

6 years agoRemove Alpine 3.6 builds
Wes Haggard [Tue, 24 Apr 2018 00:18:49 +0000 (17:18 -0700)]
Remove Alpine 3.6 builds

Remove alpine3.6 builds not that we have linux-musl to replace
them more generically.

Rename the alpine CI legs to be linux-musl instead.

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

6 years agoAdding Begin and End scripts to build defs
Juan Carlos Aguilera Mendez [Tue, 24 Apr 2018 22:36:07 +0000 (15:36 -0700)]
Adding Begin and End scripts to build defs

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

6 years agoMerge pull request dotnet/core-setup#4060 from weshaggard/MoveToNetcoreapp22
Wes Haggard [Tue, 24 Apr 2018 20:59:59 +0000 (13:59 -0700)]
Merge pull request dotnet/core-setup#4060 from weshaggard/MoveToNetcoreapp22

Move to netcoreapp2.2 as TFM

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

6 years agoMove to netcoreapp2.2 as TFM
Wes Haggard [Mon, 23 Apr 2018 22:51:51 +0000 (15:51 -0700)]
Move to netcoreapp2.2 as TFM

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

6 years agoUpdate CoreClr, CoreFx to preview1-26424-06, preview3-26424-05, respectively
dotnet-maestro-bot [Tue, 24 Apr 2018 15:18:51 +0000 (08:18 -0700)]
Update CoreClr, CoreFx to preview1-26424-06, preview3-26424-05, respectively

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

6 years agoUpdate BuildTools, CoreFx to preview1-02723-01, preview3-26423-04, respectively ...
dotnet-maestro-bot [Mon, 23 Apr 2018 18:51:15 +0000 (13:51 -0500)]
Update BuildTools, CoreFx to preview1-02723-01, preview3-26423-04, respectively (dotnet/core-setup#4059)

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

6 years agoUpdate CoreClr, CoreFx to preview1-26423-05, preview3-26423-01, respectively
dotnet-maestro-bot [Mon, 23 Apr 2018 13:07:12 +0000 (06:07 -0700)]
Update CoreClr, CoreFx to preview1-26423-05, preview3-26423-01, respectively

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

6 years agoUpdate CoreClr to preview1-26421-01 (dotnet/core-setup#4056)
dotnet-maestro-bot [Sat, 21 Apr 2018 01:48:36 +0000 (20:48 -0500)]
Update CoreClr to preview1-26421-01 (dotnet/core-setup#4056)

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

6 years agoUpdate BuildTools, CoreClr, CoreFx, Standard to preview1-02719-03, preview1-26420...
dotnet-maestro-bot [Fri, 20 Apr 2018 19:37:05 +0000 (14:37 -0500)]
Update BuildTools, CoreClr, CoreFx, Standard to preview1-02719-03, preview1-26420-06, preview3-26420-06, servicing-26419-02, respectively (dotnet/core-setup#4050)

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

6 years agoMerge pull request dotnet/core-setup#4020 from rakeshsinghranchi/BuildUpgradeableLinu...
Lee Coward [Fri, 20 Apr 2018 15:54:26 +0000 (08:54 -0700)]
Merge pull request dotnet/core-setup#4020 from rakeshsinghranchi/BuildUpgradeableLinuxPackages

Enable building upgradeable linux packages with updated runtime-deps dependency moved from host to runtime package

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

6 years agoMerge pull request dotnet/core-setup#4046 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Thu, 19 Apr 2018 15:32:27 +0000 (08:32 -0700)]
Merge pull request dotnet/core-setup#4046 from dotnet-maestro-bot/master-UpdateDependencies

Update BuildTools, CoreClr, CoreFx to preview1-02719-02, preview1-26419-06, preview3-26419-05, respectively (master)

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

6 years agoUpdate BuildTools, CoreClr, CoreFx to preview1-02719-02, preview1-26419-06, preview3...
dotnet-maestro-bot [Thu, 19 Apr 2018 14:08:38 +0000 (07:08 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-02719-02, preview1-26419-06, preview3-26419-05, respectively

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

6 years agoUpdate Additional deps design doc (dotnet/core-setup#4044)
Karel Zikmund [Wed, 18 Apr 2018 23:21:24 +0000 (16:21 -0700)]
Update Additional deps design doc (dotnet/core-setup#4044)

* Separate problems
* Fix minor bug

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

6 years agoUpdate additional-deps.md
Steve Harter [Wed, 18 Apr 2018 22:38:51 +0000 (17:38 -0500)]
Update additional-deps.md

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

6 years agoAdd info to avoid "downgrading" assemblies
Steve Harter [Wed, 18 Apr 2018 22:34:14 +0000 (17:34 -0500)]
Add info to avoid "downgrading" assemblies

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

6 years agoUpdate BuildTools to preview3-02718-02 (dotnet/core-setup#4042)
dotnet-maestro-bot [Wed, 18 Apr 2018 20:01:01 +0000 (15:01 -0500)]
Update BuildTools to preview3-02718-02 (dotnet/core-setup#4042)

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

6 years agoMerge pull request dotnet/core-setup#4036 from weshaggard/wesh/addlinuxmusl
Wes Haggard [Wed, 18 Apr 2018 16:34:41 +0000 (09:34 -0700)]
Merge pull request dotnet/core-setup#4036 from weshaggard/wesh/addlinuxmusl

Add linux-musl build leg

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

6 years agoUpdate BuildTools, CoreClr, CoreFx to preview3-02717-01, preview1-26418-02, preview3...
dotnet-maestro-bot [Wed, 18 Apr 2018 13:55:07 +0000 (06:55 -0700)]
Update BuildTools, CoreClr, CoreFx to preview3-02717-01, preview1-26418-02, preview3-26418-02, respectively

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

6 years agoAdd linux-musl build leg
Wes Haggard [Tue, 17 Apr 2018 23:19:55 +0000 (16:19 -0700)]
Add linux-musl build leg

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

6 years agoUpdate CoreClr, CoreFx to preview1-26417-05, preview3-26417-03, respectively
dotnet-maestro-bot [Tue, 17 Apr 2018 14:54:43 +0000 (07:54 -0700)]
Update CoreClr, CoreFx to preview1-26417-05, preview3-26417-03, respectively

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

6 years agoMerge pull request dotnet/core-setup#4031 from weshaggard/BumpVersion22
Wes Haggard [Mon, 16 Apr 2018 23:44:20 +0000 (16:44 -0700)]
Merge pull request dotnet/core-setup#4031 from weshaggard/BumpVersion22

Bump core-setup to 2.2

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

6 years agoUpdate CoreClr, CoreFx to preview3-26416-06, preview3-26416-06, respectively (dotnet...
dotnet-maestro-bot [Mon, 16 Apr 2018 19:32:21 +0000 (14:32 -0500)]
Update CoreClr, CoreFx to preview3-26416-06, preview3-26416-06, respectively (dotnet/core-setup#4028)

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

6 years agoBump core-setup to 2.2
Wes Haggard [Mon, 16 Apr 2018 17:21:28 +0000 (10:21 -0700)]
Bump core-setup to 2.2

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

6 years agoUpdate CoreClr, CoreFx to preview3-26416-01, preview3-26416-01, respectively (dotnet...
dotnet-maestro-bot [Mon, 16 Apr 2018 05:12:17 +0000 (00:12 -0500)]
Update CoreClr, CoreFx to preview3-26416-01, preview3-26416-01, respectively (dotnet/core-setup#4023)

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

6 years agoUpdate CoreClr, CoreFx to preview3-26413-01, preview3-26413-02, respectively (dotnet...
dotnet-maestro-bot [Fri, 13 Apr 2018 04:10:19 +0000 (23:10 -0500)]
Update CoreClr, CoreFx to preview3-26413-01, preview3-26413-02, respectively (dotnet/core-setup#4021)

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

6 years agoUpdate CoreClr, CoreFx to preview3-26412-06, preview3-26412-07, respectively (dotnet...
dotnet-maestro-bot [Thu, 12 Apr 2018 20:37:52 +0000 (15:37 -0500)]
Update CoreClr, CoreFx to preview3-26412-06, preview3-26412-07, respectively (dotnet/core-setup#4019)

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

6 years agoMerge branch 'master' of https://github.com/dotnet/core-setup into backup-buildupgrad...
Rakesh Ranjan Singh [Thu, 12 Apr 2018 18:12:44 +0000 (11:12 -0700)]
Merge branch 'master' of https://github.com/dotnet/core-setup into backup-buildupgradepackages

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

6 years agoAdd OutDir property that signing targets need
Wes Haggard [Thu, 12 Apr 2018 16:36:45 +0000 (09:36 -0700)]
Add OutDir property that signing targets need

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

6 years agoRemove some optional requirements for 2.1
Steve Harter [Thu, 12 Apr 2018 16:09:47 +0000 (11:09 -0500)]
Remove some optional requirements for 2.1

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

6 years agoUpdate CoreClr, CoreFx to preview3-26412-01, preview3-26412-02, respectively (dotnet...
dotnet-maestro-bot [Thu, 12 Apr 2018 03:40:40 +0000 (22:40 -0500)]
Update CoreClr, CoreFx to preview3-26412-01, preview3-26412-02, respectively (dotnet/core-setup#4018)

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

6 years agoFor debian, ensure package version carries the prerelease values as well.
Rakesh Ranjan Singh [Thu, 12 Apr 2018 02:02:22 +0000 (19:02 -0700)]
For debian, ensure package version carries the prerelease values as well.

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

6 years agoFix typo
Rakesh Ranjan Singh [Wed, 11 Apr 2018 22:47:03 +0000 (15:47 -0700)]
Fix  typo

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

6 years agoSatisfy Package Revision value nomenclature for RPM and Deb Installers
Rakesh Ranjan Singh [Wed, 11 Apr 2018 22:32:39 +0000 (15:32 -0700)]
Satisfy Package Revision value nomenclature for RPM and Deb Installers

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

6 years agoUpdate BuildTools to preview3-02711-02 (dotnet/core-setup#4017)
dotnet-maestro-bot [Wed, 11 Apr 2018 19:20:00 +0000 (14:20 -0500)]
Update BuildTools to preview3-02711-02 (dotnet/core-setup#4017)

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

6 years agoMerge pull request dotnet/core-setup#4015 from weshaggard/PackageSigning
Wes Haggard [Wed, 11 Apr 2018 18:32:10 +0000 (11:32 -0700)]
Merge pull request dotnet/core-setup#4015 from weshaggard/PackageSigning

Enable package signing

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

6 years agoEnable package signing
Wes Haggard [Wed, 11 Apr 2018 17:23:44 +0000 (10:23 -0700)]
Enable package signing

This adds signing for packaging when publishing for
orchestrated builds. The standalone builds currently won't
sign packages but that shouldn't be an issue as we don't publish
those officially. We also have an issue to converge the publishing
for both build flavors which will fix this. See
https://github.com/dotnet/core-setup/issues/3428

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

6 years agoAvoid logging to stderr when pal::get_symbol fails (dotnet/core-setup#4010)
Steve Harter [Wed, 11 Apr 2018 16:41:56 +0000 (11:41 -0500)]
Avoid logging to stderr when pal::get_symbol fails (dotnet/core-setup#4010)

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

6 years agoUpdate CoreFx to preview3-26411-06
dotnet-maestro-bot [Wed, 11 Apr 2018 14:28:55 +0000 (07:28 -0700)]
Update CoreFx to preview3-26411-06

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

6 years agoUpdate CoreClr to preview3-26411-07
dotnet-maestro-bot [Wed, 11 Apr 2018 13:22:50 +0000 (06:22 -0700)]
Update CoreClr to preview3-26411-07

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

6 years agoUpdate CoreClr, CoreFx to preview3-26411-01, preview3-26411-01, respectively (dotnet...
dotnet-maestro-bot [Wed, 11 Apr 2018 03:55:24 +0000 (22:55 -0500)]
Update CoreClr, CoreFx to preview3-26411-01, preview3-26411-01, respectively (dotnet/core-setup#4006)

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

6 years agoAdd Additional MSBuildArguments to all Upgradeable package build steps
Rakesh Ranjan Singh [Tue, 10 Apr 2018 18:34:44 +0000 (11:34 -0700)]
Add Additional MSBuildArguments to all Upgradeable package build steps

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

6 years agoMerge branch 'master' of https://github.com/dotnet/core-setup into buildupgradelinuxp...
Rakesh Ranjan Singh [Tue, 10 Apr 2018 18:29:13 +0000 (11:29 -0700)]
Merge branch 'master' of https://github.com/dotnet/core-setup into buildupgradelinuxpackages

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

6 years agoUpdate CoreClr to preview3-26410-02 (dotnet/core-setup#4004)
dotnet-maestro-bot [Tue, 10 Apr 2018 03:25:11 +0000 (22:25 -0500)]
Update CoreClr to preview3-26410-02 (dotnet/core-setup#4004)

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

6 years agoMerge pull request dotnet/core-setup#3991 from weshaggard/PortStableBuildFixes
Wes Haggard [Mon, 9 Apr 2018 17:11:28 +0000 (10:11 -0700)]
Merge pull request dotnet/core-setup#3991 from weshaggard/PortStableBuildFixes

Port stable build fixes

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

6 years agoUpdate CoreClr, CoreFx, Standard to preview3-26409-06, preview3-26409-05, servicing...
dotnet-maestro-bot [Mon, 9 Apr 2018 14:18:00 +0000 (07:18 -0700)]
Update CoreClr, CoreFx, Standard to preview3-26409-06, preview3-26409-05, servicing-26406-01, respectively

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

6 years agoMerge pull request dotnet/core-setup#3996 from ianhays/disable_tizen
Ian Hays [Mon, 9 Apr 2018 01:44:58 +0000 (18:44 -0700)]
Merge pull request dotnet/core-setup#3996 from ianhays/disable_tizen

Disable Tizen from CI

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

6 years agoUpdate symbol uploader to 1.0.0-beta-62806-01. (dotnet/core-setup#4002)
Mike McLaughlin [Sun, 8 Apr 2018 20:21:01 +0000 (13:21 -0700)]
Update symbol uploader to 1.0.0-beta-62806-01. (dotnet/core-setup#4002)

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

6 years agoUpdate build definition to build upgradeable packages for debs and rpms
Rakesh Ranjan Singh [Sun, 8 Apr 2018 19:57:27 +0000 (12:57 -0700)]
Update build definition to build upgradeable packages for debs and rpms

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

6 years agoRuntime package should exhibits dependency on Runtime-deps .
Rakesh Ranjan Singh [Sun, 8 Apr 2018 18:03:58 +0000 (11:03 -0700)]
Runtime package should exhibits dependency on Runtime-deps .

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

6 years agoEnable building upgradeable Linux runtime installers
Rakesh Ranjan Singh [Sat, 7 Apr 2018 19:24:03 +0000 (12:24 -0700)]
Enable building upgradeable Linux runtime installers

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

6 years agoMerge pull request dotnet/core-setup#3993 from sdmaclea/PR-ARM64-REDIST-XCOMPONENT
Wes Haggard [Fri, 6 Apr 2018 23:17:12 +0000 (16:17 -0700)]
Merge pull request dotnet/core-setup#3993 from sdmaclea/PR-ARM64-REDIST-XCOMPONENT

[Arm/Arm64] Redist crosscomponent crossgen

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

6 years agoDisable Tizen from CI
Ian Hays [Fri, 6 Apr 2018 22:13:12 +0000 (15:13 -0700)]
Disable Tizen from CI

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

6 years ago[Arm/Arm64] Redist crosscomponent crossgen
Steve MacLean [Fri, 6 Apr 2018 13:37:41 +0000 (09:37 -0400)]
[Arm/Arm64] Redist crosscomponent crossgen

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