platform/upstream/dotnet/runtime.git
5 years agoFix native build warnings (dotnet/core-setup#5389)
Vitek Karas [Fri, 8 Mar 2019 17:41:00 +0000 (09:41 -0800)]
Fix native build warnings (dotnet/core-setup#5389)

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

5 years agoHost testing proposal (dotnet/core-setup#5153)
Vitek Karas [Fri, 8 Mar 2019 10:39:07 +0000 (02:39 -0800)]
Host testing proposal (dotnet/core-setup#5153)

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

5 years agoEnable usage of VS 2019 for native build (dotnet/core-setup#5378)
Vitek Karas [Fri, 8 Mar 2019 06:30:09 +0000 (22:30 -0800)]
Enable usage of VS 2019 for native build (dotnet/core-setup#5378)

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

5 years agoMerge pull request dotnet/core-setup#5372 from elinor-fung/removeShadowedVariable
Elinor Fung [Thu, 7 Mar 2019 23:14:05 +0000 (15:14 -0800)]
Merge pull request dotnet/core-setup#5372 from elinor-fung/removeShadowedVariable

Remove shadowed variable in resolve_fxr_path for libhost

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

5 years agoRemove shadowed variable in resolve_fxr_path for libhost
Elinor Fung [Thu, 7 Mar 2019 19:37:43 +0000 (11:37 -0800)]
Remove shadowed variable in resolve_fxr_path for libhost

Collapse resolving fxr for apphost and libhost to just have the same
code path as they use the same logic.

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

5 years agoPad BuildNumberMinor with zeros (dotnet/core-setup#5367)
Davis Goodin [Thu, 7 Mar 2019 16:32:17 +0000 (10:32 -0600)]
Pad BuildNumberMinor with zeros (dotnet/core-setup#5367)

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

5 years agoIntroduce TestArtifact and some refactoring. (dotnet/core-setup#5352)
Vitek Karas [Wed, 6 Mar 2019 20:49:48 +0000 (12:49 -0800)]
Introduce TestArtifact and some refactoring. (dotnet/core-setup#5352)

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

5 years agoAdd linux-musl-arm64 (Alpine) build leg (dotnet/core-setup#5345)
Davis Goodin [Wed, 6 Mar 2019 17:30:50 +0000 (11:30 -0600)]
Add linux-musl-arm64 (Alpine) build leg (dotnet/core-setup#5345)

* Add linux-musl-arm64 leg

* Add Alpine leg dependency

* Use MCR for build images

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

5 years agoRemove NuGet http cache for Windows builds (dotnet/core-setup#5343)
Davis Goodin [Wed, 6 Mar 2019 01:22:46 +0000 (19:22 -0600)]
Remove NuGet http cache for Windows builds (dotnet/core-setup#5343)

Windows builds (specifically ARM builds in CI) use static machines, which may have an out of date cache that NuGet considers alive. Ensure the cache is not used by deleting it.

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

5 years agoUpdate BuildTools to preview1-03805-01 (dotnet/core-setup#5339)
dotnet-maestro-bot [Tue, 5 Mar 2019 23:34:26 +0000 (15:34 -0800)]
Update BuildTools to preview1-03805-01 (dotnet/core-setup#5339)

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

5 years agoRemove unused test project and fixture settings (dotnet/core-setup#5332)
Vitek Karas [Tue, 5 Mar 2019 16:36:28 +0000 (08:36 -0800)]
Remove unused test project and fixture settings (dotnet/core-setup#5332)

Simplify computation of platform specific file names.
Remove unnecessary private fields.
Remove unnecessary methods.

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

5 years agoStatically link against atomic.a on Linux-ARM32 platforms (dotnet/core-setup#5322)
Aaron Robinson [Mon, 4 Mar 2019 21:01:46 +0000 (13:01 -0800)]
Statically link against atomic.a on Linux-ARM32 platforms (dotnet/core-setup#5322)

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

5 years agoRemove usage of atomic and rely on lock instead. (dotnet/core-setup#5294)
Aaron Robinson [Fri, 1 Mar 2019 19:35:26 +0000 (11:35 -0800)]
Remove usage of atomic and rely on lock instead. (dotnet/core-setup#5294)

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

5 years agoRemove DependencyModel's dependency on PlatformAbstractions (dotnet/core-setup#5218)
Eric Erhardt [Fri, 1 Mar 2019 17:46:42 +0000 (11:46 -0600)]
Remove DependencyModel's dependency on PlatformAbstractions (dotnet/core-setup#5218)

* Remove DependencyModel's dependency on PlatformAbstractions

Working towards dotnet/core-setup#5213

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

5 years agoMerge pull request dotnet/core-setup#5279 from dotnet-maestro-bot/master-UpdateDepend...
William Godbe [Thu, 28 Feb 2019 23:52:19 +0000 (15:52 -0800)]
Merge pull request dotnet/core-setup#5279 from dotnet-maestro-bot/master-UpdateDependencies

Update BuildTools to preview1-03727-01 (master)

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

5 years agoUpdate BuildTools to preview1-03727-01
dotnet-maestro-bot [Thu, 28 Feb 2019 22:53:03 +0000 (14:53 -0800)]
Update BuildTools to preview1-03727-01

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

5 years agoMerge pull request dotnet/core-setup#5270 from sdmaclea/improve_message
Steve MacLean [Thu, 28 Feb 2019 20:06:43 +0000 (15:06 -0500)]
Merge pull request dotnet/core-setup#5270 from sdmaclea/improve_message

Improve missing framework error message

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

5 years agoUpdate src/corehost/cli/fxr/fx_muxer.cpp
Kathleen Dollard [Thu, 28 Feb 2019 19:33:27 +0000 (14:33 -0500)]
Update src/corehost/cli/fxr/fx_muxer.cpp

Co-Authored-By: sdmaclea <stmaclea@microsoft.com>
Commit migrated from https://github.com/dotnet/core-setup/commit/7f8e81f99d41c27e1bb6006d117d0ad8aca7fb97

5 years agoFix test bugs (dotnet/core-setup#5274)
Steve MacLean [Thu, 28 Feb 2019 17:31:23 +0000 (12:31 -0500)]
Fix test bugs (dotnet/core-setup#5274)

* Fix bug in GivenThatICareAboutMultilevelSDKLookup

* Fix bug in GivenThatICareAboutSDKLookup

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

5 years agoImprove missing framework error message
Steve MacLean [Wed, 27 Feb 2019 21:10:36 +0000 (16:10 -0500)]
Improve missing framework error message

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

5 years agoUse partial crossgen for select assemblies on Linux (dotnet/core-setup#5252)
Michal Strehovský [Thu, 28 Feb 2019 02:29:37 +0000 (03:29 +0100)]
Use partial crossgen for select assemblies on Linux (dotnet/core-setup#5252)

Measurements show that doing partial crossgen on these assemblies captures about two thirds of the size savings we could achieve by partially crossgenning everything.

Only doing this for Linux, since Linux containers are more size-conscious.

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

5 years agoMerge pull request dotnet/core-setup#5245 from dotnet-maestro-bot/master-UpdateDepend...
William Godbe [Tue, 26 Feb 2019 22:38:37 +0000 (14:38 -0800)]
Merge pull request dotnet/core-setup#5245 from dotnet-maestro-bot/master-UpdateDependencies

Update BuildTools to preview1-03723-01 (master)

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

5 years agoMerge pull request dotnet/core-setup#5255 from jkoritzinsky/sharedfx-no-comhost
Jeremy Koritzinsky [Tue, 26 Feb 2019 19:29:38 +0000 (11:29 -0800)]
Merge pull request dotnet/core-setup#5255 from jkoritzinsky/sharedfx-no-comhost

Remove comhost from the shared framework generation.

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

5 years agoRemove comhost from the shared framework generation.
Jeremy Koritzinsky [Tue, 26 Feb 2019 18:43:08 +0000 (10:43 -0800)]
Remove comhost from the shared framework generation.

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

5 years agoUpdate BuildTools to preview1-03723-01
dotnet-maestro-bot [Tue, 26 Feb 2019 16:40:28 +0000 (08:40 -0800)]
Update BuildTools to preview1-03723-01

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

5 years agoModify the InstallLocation registry key; core-setup (dotnet/core-setup#5238)
John Beisner [Sat, 23 Feb 2019 00:48:21 +0000 (16:48 -0800)]
Modify the InstallLocation registry key; core-setup (dotnet/core-setup#5238)

* Modify the 'InstallLocation' registry key.

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

5 years agoAdd WindowsDesktop targeting pack nupkg, refactor pkg projects (dotnet/core-setup...
Davis Goodin [Fri, 22 Feb 2019 00:19:35 +0000 (18:19 -0600)]
Add WindowsDesktop targeting pack nupkg, refactor pkg projects (dotnet/core-setup#5214)

* Refactor pkg projects

Instead of '.builds' projects, get Project items by calling a target in '.pkgproj' projects.

Move more common props/targets together.

* Add WindowsDesktop targeting pack nupkg

* Stop placing all files in data/ dir, only txt

* Change Pack nupkg type to DotnetPlatform

* Rename framework targets files

* Remove source redist: obsolete

* Require version files to be found and exist

Explicitly check if they exist to throw a clear error. The ReadAllText call would catch this, but it's verbose and doesn't say what the item's name is.

* DetermineRuntimeDependencies is not an override

* Remove package-specific asset exclusion

Use ExcludeAssets=All for CoreRT package to restore it but exclude Windows.winmd from redist.

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

5 years agoCleanup native build (dotnet/core-setup#5228)
Vitek Karas [Thu, 21 Feb 2019 21:29:34 +0000 (13:29 -0800)]
Cleanup native build (dotnet/core-setup#5228)

Refactor cmake files to avoid code duplication.
Fix comhost to have native resources on Windows - that is version and other properties.
Turn on parallel build on Windows - on my machine the native build took 125 second before and 40 after this change.

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

5 years agoMerge pull request dotnet/core-setup#5183 from dotnet-maestro-bot/master-UpdateDepend...
William Godbe [Tue, 19 Feb 2019 21:40:41 +0000 (13:40 -0800)]
Merge pull request dotnet/core-setup#5183 from dotnet-maestro-bot/master-UpdateDependencies

Update BuildTools to preview1-03715-01 (master)

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

5 years agoUpdate BuildTools to preview1-03715-01
dotnet-maestro-bot [Tue, 19 Feb 2019 21:02:34 +0000 (13:02 -0800)]
Update BuildTools to preview1-03715-01

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

5 years agoFix product name included in the binaries (dotnet/core-setup#5203)
Jan Kotas [Tue, 19 Feb 2019 16:19:35 +0000 (08:19 -0800)]
Fix product name included in the binaries (dotnet/core-setup#5203)

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

5 years agoUpdate environment variables (dotnet/core-setup#5192)
Next Turn [Mon, 18 Feb 2019 16:08:50 +0000 (00:08 +0800)]
Update environment variables (dotnet/core-setup#5192)

* Update environment variables

* Fix json snippet

* Fix text formats

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

5 years agoMerge pull request dotnet/core-setup#5159 from dotnet-maestro-bot/master-UpdateDepend...
William Godbe [Thu, 14 Feb 2019 19:59:44 +0000 (11:59 -0800)]
Merge pull request dotnet/core-setup#5159 from dotnet-maestro-bot/master-UpdateDependencies

Update BuildTools to preview1-03713-01 (master)

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

5 years agoUpdate BuildTools to preview1-03713-01
dotnet-maestro-bot [Thu, 14 Feb 2019 18:19:26 +0000 (10:19 -0800)]
Update BuildTools to preview1-03713-01

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

5 years agoCreate framework assembly list file in .NET Core targeting pack (dotnet/core-setup...
Davis Goodin [Thu, 14 Feb 2019 17:12:56 +0000 (11:12 -0600)]
Create framework assembly list file in .NET Core targeting pack (dotnet/core-setup#5168)

* Create framework assembly list file

* Fix FileUtilities private static style

* Remove package ID prefix from PlatformManifest.txt

* Proactively detect/report missing public key token

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

5 years agoMerge pull request dotnet/core-setup#5156 from NextTurn/master
Steve MacLean [Thu, 14 Feb 2019 16:15:08 +0000 (11:15 -0500)]
Merge pull request dotnet/core-setup#5156 from NextTurn/master

Clean up

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

5 years agoUpdate the host-component document (dotnet/core-setup#5152)
Vitek Karas [Thu, 14 Feb 2019 11:52:25 +0000 (03:52 -0800)]
Update the host-component document (dotnet/core-setup#5152)

Add `comhost` into the list.
Use platform agnostic wording and library names.
Reword certain description to provide more precise and detailed information.

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

5 years agoCreate targeting pack MSI installers (dotnet/core-setup#5114)
Davis Goodin [Thu, 14 Feb 2019 00:35:25 +0000 (18:35 -0600)]
Create targeting pack MSI installers (dotnet/core-setup#5114)

* Create targeting pack MSI

This change has the targeting pack pkgproj create an install layout based on the nupkg's data/ dir. That's picked up by the targeting pack installer project the same way it is for hostfxr and shared framework. In general, the targeting pack installer project is a copy of existing installers with very little changed.

In official builds, build the full platform manifest on win-x86, not just win-x64. Both platforms' installers need the full manifest.

* Change install dir "ref" => "packs"

* "Microsoft .NET Core Targeting Pack" branding

* Remove "netcoreapp" from MSI filename

The name "dotnet-targeting-pack" brings it in line with installer names like "dotnet-runtime" and "dotnet-host".

* Fix targeting pack powershell script: PR comments

I plan to remove this script entirely, but it might as well be a little cleaner while development is ongoing.

* Fix DependencyKey: Dotnet_CLI => Dotnet_Core

* Fix typo: GeneratedGui => GeneratedGuid

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

5 years agoMerge pull request dotnet/core-setup#5149 from wtgodbe/preview4
William Godbe [Wed, 13 Feb 2019 20:03:17 +0000 (12:03 -0800)]
Merge pull request dotnet/core-setup#5149 from wtgodbe/preview4

Update branding for preview4

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

5 years agoFix branding
wtgodbe [Wed, 13 Feb 2019 19:28:42 +0000 (11:28 -0800)]
Fix branding

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

5 years agoDelete corehost.md
Next Turn [Wed, 13 Feb 2019 17:19:34 +0000 (01:19 +0800)]
Delete corehost.md

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

5 years agoUpdate Runtime Resolution
Next Turn [Wed, 13 Feb 2019 13:44:33 +0000 (21:44 +0800)]
Update Runtime Resolution

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

5 years agoUpdate branding for preview4
wtgodbe [Tue, 12 Feb 2019 23:55:45 +0000 (15:55 -0800)]
Update branding for preview4

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

5 years agoSimplify computation of oldest framework reference (dotnet/core-setup#5142)
Vitek Karas [Tue, 12 Feb 2019 23:23:18 +0000 (15:23 -0800)]
Simplify computation of oldest framework reference (dotnet/core-setup#5142)

Instead of passing the list of oldest references all the way down to the code which performs roll forwards, simply assign to it when we enumerate reerences for the first time.
The only difference is that in case of a failure the oldest reference will be filled while before it would not be fully up to date.

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

5 years agoAdd COM host to the AppHost package (dotnet/core-setup#5145)
Aaron Robinson [Tue, 12 Feb 2019 21:00:28 +0000 (13:00 -0800)]
Add COM host to the AppHost package (dotnet/core-setup#5145)

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

5 years agoCOM Activation host (dotnet/core-setup#4577)
Aaron Robinson [Tue, 12 Feb 2019 17:38:10 +0000 (09:38 -0800)]
COM Activation host (dotnet/core-setup#4577)

* Add new comhost library for COM activation
 - Supports reading clsidmap as file or resource
 - Supports registration and unregistration of COM server

* Replace COREHOST_MAKE_DLL define with EXPORT_SHARED_API

* Convert CoreClr instance loading API from a flat C-style to a class API . This will make having multiple CoreClr instances in the same process easier in the future.

* Move internal execute* APIs to the fx_muxer.cpp compilation unit
Add initial/erroring implementation for get_com_activation_delegate() to fx_muxer_t.

* Create coreclr_property_bag_t for property management.

* Extract coreclr property creations into a reusable class.

* Report process ID during test run.

* Remove the new corehost_ensure_load() export since the previous semantics
  of reinitializing hostpolicy were designed for testing.

* Fix P/Invoke signature for hostfxr_get_native_search_directories to define
  the calling convention and remove usage of StringBuilder.

* Properly propagate the host command on reinitialization
Remove additional uses of global variables where possible

* Don't add the COM server assembly to the TPA
Ensure the COM server assembly deps.json isn't added to the AppContext

* Feedback on error propagation

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

5 years agoMerge pull request dotnet/core-setup#5134 from wtgodbe/Yaml30
William Godbe [Mon, 11 Feb 2019 22:24:13 +0000 (14:24 -0800)]
Merge pull request dotnet/core-setup#5134 from wtgodbe/Yaml30

Add CI for release/3.0

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

5 years agoClose HKEY handle after use (dotnet/core-setup#5133)
Pavel Krymets [Mon, 11 Feb 2019 21:08:32 +0000 (13:08 -0800)]
Close HKEY handle after use (dotnet/core-setup#5133)

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

5 years agoAdd PR trigger
wtgodbe [Mon, 11 Feb 2019 20:32:10 +0000 (12:32 -0800)]
Add PR trigger

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

5 years agoAdd CI for release/3.0
wtgodbe [Mon, 11 Feb 2019 20:22:09 +0000 (12:22 -0800)]
Add CI for release/3.0

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

5 years agoUpdate BuildTools to preview1-03706-01 (dotnet/core-setup#5098)
dotnet-maestro-bot [Sun, 10 Feb 2019 07:15:07 +0000 (23:15 -0800)]
Update BuildTools to preview1-03706-01 (dotnet/core-setup#5098)

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

5 years agoGenerate xml docs for managed API (dotnet/core-setup#5109)
Nate McMaster [Fri, 8 Feb 2019 01:16:36 +0000 (17:16 -0800)]
Generate xml docs for managed API (dotnet/core-setup#5109)

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

5 years agoUpdating the Runtime bundle's purple color to .Net core's latest branding (dotnet...
John Beisner [Wed, 6 Feb 2019 18:52:20 +0000 (10:52 -0800)]
Updating the Runtime bundle's purple color to .Net core's latest branding (dotnet/core-setup#5091)

* Updating the Runtime bundle's purple color to .Net core's latest branding.

* Updating per code review...

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

5 years agoRemove code duplication when enumerating framework locations (dotnet/core-setup#5097)
Vitek Karas [Wed, 6 Feb 2019 17:39:05 +0000 (09:39 -0800)]
Remove code duplication when enumerating framework locations (dotnet/core-setup#5097)

Simple refactoring to reuse the same code in all places where we enumerate framework and SDK locations.

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

5 years agoBuild netcoreapp targeting pack nupkg (dotnet/core-setup#5085)
Davis Goodin [Wed, 6 Feb 2019 15:37:51 +0000 (09:37 -0600)]
Build netcoreapp targeting pack nupkg (dotnet/core-setup#5085)

* Build netcoreapp targeting pack nupkg

Copies the Microsoft.NETCore.App packaging project and:

Removes package dependencies and runtime.json.

Stops "runtime.<rid>.Microsoft.NETCore.App.Ref" nupkgs from being created.

Moves ref => data.

Sets PackageType to Data.

Includes platform manifest.

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

5 years agoUpdate dependencies from dotnet/corefx (dotnet/core-setup#5055)
dotnet-maestro[bot] [Mon, 4 Feb 2019 20:50:59 +0000 (20:50 +0000)]
Update dependencies from dotnet/corefx (dotnet/core-setup#5055)

* Update dependencies from https://github.com/dotnet/corefx build 20190129.4

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19079.4
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19079.4

* Update dependencies from https://github.com/dotnet/corefx build 20190129.11

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19079.11
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19079.11

* Update dependencies from https://github.com/dotnet/corefx build 20190130.1

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19080.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19080.1

* Update dependencies from https://github.com/dotnet/corefx build 20190130.2

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19080.2
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19080.2

* Update dependencies from https://github.com/dotnet/corefx build 20190130.4

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19080.4
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19080.4

* Update dependencies from https://github.com/dotnet/corefx build 20190130.5

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19080.5
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19080.5

* Update dependencies from https://github.com/dotnet/corefx build 20190131.1

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19081.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19081.1

* Update dependencies from https://github.com/dotnet/corefx build 20190131.2

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19081.2
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19081.2

* Update dependencies from https://github.com/dotnet/corefx build 20190131.4

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19081.4
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19081.4

* Update dependencies from https://github.com/dotnet/corefx build 20190201.1

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19101.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19101.1

* Update dependencies from https://github.com/dotnet/corefx build 20190201.3

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19101.3
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19101.3

* Update dependencies from https://github.com/dotnet/corefx build 20190201.4

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19101.4
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19101.4

* Update dependencies from https://github.com/dotnet/corefx build 20190201.5

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19101.5
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19101.5

* Update dependencies from https://github.com/dotnet/corefx build 20190202.2

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19102.2
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19102.2

* Update dependencies from https://github.com/dotnet/corefx build 20190203.1

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19103.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19103.1

* Update dependencies from https://github.com/dotnet/corefx build 20190203.3

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19103.3
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19103.3

* Update dependencies from https://github.com/dotnet/corefx build 20190203.4

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19103.4
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19103.4

* Update dependencies from https://github.com/dotnet/corefx build 20190204.1

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19104.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19104.1

* Remove FreeBSD RID to unblock CoreFX uptake

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

5 years agoFix dotnet exe portability between FreeBSD versions. (dotnet/core-setup#5072)
Jostein Kjønigsen [Mon, 4 Feb 2019 18:35:30 +0000 (19:35 +0100)]
Fix dotnet exe portability between FreeBSD versions. (dotnet/core-setup#5072)

Link pthread in resulting binary.

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

5 years agoUse self-hosted pool for Windows arm/arm64 CI (dotnet/core-setup#5071)
Davis Goodin [Fri, 1 Feb 2019 17:08:04 +0000 (10:08 -0700)]
Use self-hosted pool for Windows arm/arm64 CI (dotnet/core-setup#5071)

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

5 years agoAdd dotnet/versions publish as hosted job (dotnet/core-setup#5069)
Davis Goodin [Fri, 1 Feb 2019 16:03:50 +0000 (09:03 -0700)]
Add dotnet/versions publish as hosted job (dotnet/core-setup#5069)

If dotnet/versions publish is enabled in the main finalize/publish job, it fails because VersionTools is an old version. The reason for the old VersionTools is unknown. To narrow it down or work around it, use a hosted agent to ensure machine state isn't a factor, such as previous builds' tooling carrying over somehow.

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

5 years agoAdd Authors to shipping packages (dotnet/core-setup#5060)
Christopher Costa [Thu, 31 Jan 2019 02:01:35 +0000 (18:01 -0800)]
Add Authors to shipping packages (dotnet/core-setup#5060)

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

5 years agoMerge pull request dotnet/core-setup#5054 from dotnet-maestro-bot/master-UpdateDepend...
William Godbe [Wed, 30 Jan 2019 18:23:42 +0000 (10:23 -0800)]
Merge pull request dotnet/core-setup#5054 from dotnet-maestro-bot/master-UpdateDependencies

Update BuildTools to preview1-03617-02 (master)

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

5 years agoFix spelling in README.md (dotnet/core-setup#5057)
Nickolena Fisher [Wed, 30 Jan 2019 15:23:03 +0000 (09:23 -0600)]
Fix spelling in README.md (dotnet/core-setup#5057)

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

5 years agoUpdate BuildTools to preview1-03617-02
dotnet-maestro-bot [Wed, 30 Jan 2019 15:12:39 +0000 (07:12 -0800)]
Update BuildTools to preview1-03617-02

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

5 years agoFix lookup of coreclr.dll in .deps.json to not rely on relative paths (dotnet/core...
Vitek Karas [Tue, 29 Jan 2019 09:10:56 +0000 (01:10 -0800)]
Fix lookup of coreclr.dll in .deps.json to not rely on relative paths (dotnet/core-setup#5050)

The existing code expects the .deps.json record for coreclr.dll (and clrjit.dll) to have at least one directory separator, since that was always the case up until now.
With recent changes to targeting packs, these records are just file names, and the above logic breaks.

Fix the logic by lookup at the resolved absolute path, which is guaranteed to have a directory separator before the library name (we need the separator to match whole file names).

Added a test which validates the new scenario.

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

5 years agoFix the timestamp timezone in tracing in Windows (dotnet/core-setup#5049)
Vitek Karas [Tue, 29 Jan 2019 09:08:53 +0000 (01:08 -0800)]
Fix the timestamp timezone in tracing in Windows (dotnet/core-setup#5049)

It seems that printing out timezone information for a tm structure on Windows always shows the local timezone, even if the tm is returned by gmtime.
The simplest fix seems to be to simply print out GMT always, after all gmtime always returns GMT time.
This also makes the output match Linux formating as Windows otherwise uses verbose zone names, while Linux uses abbreviations.

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

5 years agoUpdate M.E.DependencyModel to use S.T.Json source for netstandard2.0 (dotnet/core...
Ahson Khan [Tue, 29 Jan 2019 06:14:35 +0000 (22:14 -0800)]
Update M.E.DependencyModel to use S.T.Json source for netstandard2.0 (dotnet/core-setup#5009)

* Update M.E.DependencyModel to use in-box S.T.Json for netstandard2.0

* Move StreamBufferWriter to a separate file.

* Return array back to the pool on success.

* Update test json and remove trailing commas to make it valid according
to RFC.

* Fix off-by-one error in skip, add a null string check, and remove other
trailing commas.

* Write end of object before flushing.

* Add missing write end array to close the array block.

* Update to latest source package with some API changes.

* Address PR feedback.

* Split DepContextJsonReader into common, newtonsoft, and netstandard.

* Try to minimize the diff between Newtonsoft and S.T.Json.

* Remove the .Common prefix for the source that is shared between the
impls.

* Explicitly add access modifiers and some code formatting fix.

* Add debug asserts and add comment to where ReadToEnd comes from.

* Mark methods as static where possible.

* Update code formatting (use var, inline outs, etc.)

* Use implicit cast to span and use try/finally block instead.

* Always check to resize in case stream.Length changes.

* Use an array-based buffer writer rather than one that supports stream.

* Add a unified json reader to reduce code duplication.

* Remove JsonTextReaderExtensions and cleanup some changes to keep the
diff cleaner.

* Skip comments by default.

* Allow comments on the reader but throw FormatException to mimic current
behavior.

* Adjust the exception message comparion assert.

* Use the latest LangVersion (7.3) required by the source package.

* Rename partial files using Utf8JsonReader/JsonTextReader suffixes.

* Address PR feedback - cleanup csproj and remove unused APIs.

* Use JsonTextWriter (instead of JObject) and extract out common code by
using UnifiedJsonWriter
extract out common code by using UnifiedJsonWriterr

* Rename Write to WriteCore to match the Read

* Explicitly disallow comments and update test to assert
JsonReaderException.

* Add source package version to Versions.props.

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

5 years agoFix registry access on legacy windows (dotnet/core-setup#5042)
Vitek Karas [Fri, 25 Jan 2019 08:40:58 +0000 (00:40 -0800)]
Fix registry access on legacy windows (dotnet/core-setup#5042)

The bug was that RRF_SUBKEY_WOW6432KEY is only supported on Win10. On legacy Windows it has no effect and 64bit registry is accessed.

The fix is to use RegOpenKeyEx which takes the access right parameter which can specify KEY_WOW64_32KEY. This makes 64bit app access the 32bit registry and this one is supported on anything above Windows 2000 (excluded).

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

5 years agoMerge pull request dotnet/core-setup#5043 from dagood/disable-myget-publish
Matt Mitchell [Thu, 24 Jan 2019 17:20:38 +0000 (09:20 -0800)]
Merge pull request dotnet/core-setup#5043 from dagood/disable-myget-publish

Disable MyGet publish to unblock build

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

5 years agoDisable MyGet publish to unblock build
Davis Goodin [Thu, 24 Jan 2019 15:57:01 +0000 (09:57 -0600)]
Disable MyGet publish to unblock build

Our MyGet quota is exceeded, and this endpoint shouldn't be necessary for 3.0 build flow.

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

5 years agoExclude SVG files from BAR manifest (dotnet/core-setup#5037)
Davis Goodin [Thu, 24 Jan 2019 15:33:15 +0000 (09:33 -0600)]
Exclude SVG files from BAR manifest (dotnet/core-setup#5037)

Fixes error in "Publish to Build Asset Registry Job" in official build.

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

5 years agoFix FreeBSD leg removal (dotnet/core-setup#5036)
Davis Goodin [Wed, 23 Jan 2019 22:40:44 +0000 (16:40 -0600)]
Fix FreeBSD leg removal (dotnet/core-setup#5036)

Delete lines rather than commenting to fix AzDO yaml parsing.

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

5 years agoRemove FreeBSD temporarily: unblock official build (dotnet/core-setup#5035)
Davis Goodin [Wed, 23 Jan 2019 22:27:11 +0000 (16:27 -0600)]
Remove FreeBSD temporarily: unblock official build (dotnet/core-setup#5035)

The FreeBSD agent is currently not available.

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

5 years agoImproves the URLs reported in errors from the host (dotnet/core-setup#5030)
Vitek Karas [Wed, 23 Jan 2019 22:11:57 +0000 (14:11 -0800)]
Improves the URLs reported in errors from the host (dotnet/core-setup#5030)

Fixed the URL used when SDK commands fail to find SDK - this should point to the main download page.
Errors which talk about installing prerequisites now include platform specific URLs which point to the respective docs article for the correct platform.

The existing fwlink is now redirected to point to the Windows prereq page. Two new fwlinks were added to point to OSX and Linux pages.

Added simplistic tests for these changes.

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

5 years agoDisable UpdateVersionsRepo: unblock official build (dotnet/core-setup#5033)
Davis Goodin [Wed, 23 Jan 2019 19:20:58 +0000 (13:20 -0600)]
Disable UpdateVersionsRepo: unblock official build (dotnet/core-setup#5033)

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

5 years agoUpdate BuildTools to 3.0.0-preview1-03623-01 (dotnet/core-setup#5032)
Davis Goodin [Wed, 23 Jan 2019 19:11:35 +0000 (13:11 -0600)]
Update BuildTools to 3.0.0-preview1-03623-01 (dotnet/core-setup#5032)

This uptakes a change to print the tree being submitted to dotnet/versions. This will confirm whether BuildTools isn't being uptaken correctly in the official build, or if there is a new/unknown additional bug with the request.

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

5 years agoUse MSBuildDisableNodeReuse=1 in official builds (dotnet/core-setup#5027)
Davis Goodin [Wed, 23 Jan 2019 02:09:58 +0000 (20:09 -0600)]
Use MSBuildDisableNodeReuse=1 in official builds (dotnet/core-setup#5027)

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

5 years agoRemove number from 3.0 Preview <number> branding (dotnet/core-setup#5025)
Davis Goodin [Tue, 22 Jan 2019 23:42:46 +0000 (17:42 -0600)]
Remove number from 3.0 Preview <number> branding (dotnet/core-setup#5025)

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

5 years agoPublish to dotnet/versions during official builds (dotnet/core-setup#5024)
Davis Goodin [Tue, 22 Jan 2019 22:47:32 +0000 (16:47 -0600)]
Publish to dotnet/versions during official builds (dotnet/core-setup#5024)

This reverts commit dotnet/core-setup@5bdcd4b15d203109d341a6c42bfdf7c730633bdb and disables MSBuild node reuse in the finalize step. This turns dotnet/versions publish back on and avoids a reused node having an old version of VersionTools loaded.

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

5 years agoRevert "Publish to dotnet/versions during official builds (dotnet/core-setup#5003...
Davis Goodin [Sat, 19 Jan 2019 06:09:49 +0000 (00:09 -0600)]
Revert "Publish to dotnet/versions during official builds (dotnet/core-setup#5003)" (dotnet/core-setup#5004)

This reverts commit dotnet/core-setup@7da36bad456f51326ae77f887da7566925556a95.

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

5 years agoPublish to dotnet/versions during official builds (dotnet/core-setup#5003)
Davis Goodin [Fri, 18 Jan 2019 19:01:00 +0000 (13:01 -0600)]
Publish to dotnet/versions during official builds (dotnet/core-setup#5003)

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

5 years agoUpdate BuildTools to preview1-03617-02 (dotnet/core-setup#5000)
dotnet-maestro-bot [Thu, 17 Jan 2019 22:55:49 +0000 (14:55 -0800)]
Update BuildTools to preview1-03617-02 (dotnet/core-setup#5000)

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

5 years agoUpdate dependencies from dotnet/corefx (dotnet/core-setup#4996)
dotnet-maestro[bot] [Thu, 17 Jan 2019 17:27:39 +0000 (17:27 +0000)]
Update dependencies from dotnet/corefx (dotnet/core-setup#4996)

* Update dependencies from https://github.com/dotnet/corefx build 20190117.1

This change updates the following dependencies
- Microsoft.NETCore.Platforms - 3.0.0-preview.19067.1
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview.19067.1

* Log disk space throughout bash builds

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

5 years agoRemove LTTng runtime-deps dependency (dotnet/core-setup#4991)
Davis Goodin [Wed, 16 Jan 2019 20:27:22 +0000 (14:27 -0600)]
Remove LTTng runtime-deps dependency (dotnet/core-setup#4991)

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

5 years agoFix tracing of a string to show the string and not the address. (dotnet/core-setup...
Vitek Karas [Tue, 15 Jan 2019 15:10:48 +0000 (07:10 -0800)]
Fix tracing of a string to show the string and not the address. (dotnet/core-setup#4977)

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

5 years agoFixed typo (dotnet/core-setup#4971)
Jeremy Bokobza [Mon, 14 Jan 2019 19:00:04 +0000 (19:00 +0000)]
Fixed typo (dotnet/core-setup#4971)

The plural of API should be APIs, not API's.

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

5 years agoUpdate issue-guide.md (dotnet/core-setup#4956)
Davis Goodin [Fri, 11 Jan 2019 00:39:12 +0000 (18:39 -0600)]
Update issue-guide.md (dotnet/core-setup#4956)

Update Infrastructure and Setup area ownership.

Fix typo "githube" => "github".

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

5 years agoDisable building Tizen leg (dotnet/core-setup#4955)
Rakesh Singh [Fri, 11 Jan 2019 00:15:29 +0000 (16:15 -0800)]
Disable building Tizen leg (dotnet/core-setup#4955)

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

5 years agoDisable node reuse in AzDO builds on persistent machines, add FreeBSD (dotnet/core...
Davis Goodin [Thu, 10 Jan 2019 20:10:55 +0000 (14:10 -0600)]
Disable node reuse in AzDO builds on persistent machines, add FreeBSD (dotnet/core-setup#4950)

* Disable node reuse in AzDO builds

Removes a source of cross-contamination on persistent build machines causing "Assembly with same name is already loaded" errors.

* Revert "Remove FreeBSD temporarily: official build fails"

This reverts commit dotnet/core-setup@a8f4c17fef017f6a8c1a65aa73acf31e5d1ca173.

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

5 years agoRemove FreeBSD temporarily: official build fails (dotnet/core-setup#4948)
Davis Goodin [Thu, 10 Jan 2019 00:37:46 +0000 (18:37 -0600)]
Remove FreeBSD temporarily: official build fails (dotnet/core-setup#4948)

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

5 years agoBuild definition renames for FreeBSD (dotnet/core-setup#4946)
Davis Goodin [Wed, 9 Jan 2019 23:34:47 +0000 (17:34 -0600)]
Build definition renames for FreeBSD (dotnet/core-setup#4946)

* Build definition renames for FreeBSD

Build_Linux_x64_FreeBSD => Build_FreeBSD_x64

linux-build.yml => bash-build.yml

* Sort lists of legs in finalize-publish.yml

* Sort build legs by displayName

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

5 years agoEnable FreeBSD leg (dotnet/core-setup#4936)
Rakesh Singh [Wed, 9 Jan 2019 18:48:00 +0000 (10:48 -0800)]
Enable FreeBSD leg (dotnet/core-setup#4936)

* Enable FreeBSD leg

* Updates per review comments

* Run FreeBSD leg only for internal build ( CI and official )

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

5 years agoMultilevel lookup includes a custom SDK installation directory (dotnet/core-setup...
John Beisner [Tue, 8 Jan 2019 16:04:10 +0000 (08:04 -0800)]
Multilevel lookup includes a custom SDK installation directory (dotnet/core-setup#4857)

Multilevel lookup includes a custom SDK installation directory
* Avoid duplicate global dirs.
* Define: 'RRF_SUBKEY_WOW6432KEY' if not defined.
* Adding tests for MultiLevel Lookup and the SDK Self-Registred dirtectory.
* Disable self-registered SDK installation directory for win_arm64; win-arm
* Adding true multi-level SDK and Runtime look-up; moving non-multi-level SDK version resoution tests.
* Multi-level lookup tests are for Windows only; separating and duplicating SharedFX multi-level and non-multi-level lookup tests.

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

5 years agoUndo the unwanted change brought by https://github.com/dotnet/core-setup/pull/4919...
Rakesh Singh [Mon, 7 Jan 2019 22:59:53 +0000 (14:59 -0800)]
Undo the unwanted change brought by https://github.com/dotnet/core-setup/pull/4919 . This is causing Official build finalize-publish failure. (dotnet/core-setup#4934)

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

5 years agoDelete buildpipeline json files as we have moved to azure devops yaml based build...
Rakesh Singh [Sat, 5 Jan 2019 08:55:08 +0000 (00:55 -0800)]
Delete buildpipeline json files as we have moved to azure devops yaml based build definitions (dotnet/core-setup#4930)

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

5 years agoMerge pull request dotnet/core-setup#4929 from rakeshsinghranchi/Stop-Jenkins-CI
Matt Mitchell [Fri, 4 Jan 2019 23:17:53 +0000 (15:17 -0800)]
Merge pull request dotnet/core-setup#4929 from rakeshsinghranchi/Stop-Jenkins-CI

Stop Jenkins CI for master branch

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

5 years agoStop Jenkins CI
Rakesh Ranjan Singh [Fri, 4 Jan 2019 21:56:40 +0000 (13:56 -0800)]
Stop Jenkins CI

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

5 years agoBuild Tizen only for Pull Request build (dotnet/core-setup#4928)
Rakesh Singh [Fri, 4 Jan 2019 21:53:04 +0000 (13:53 -0800)]
Build Tizen only for Pull Request build (dotnet/core-setup#4928)

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

5 years agoUpdate BuildTools to preview1-03603-01 (dotnet/core-setup#4925)
dotnet-maestro-bot [Fri, 4 Jan 2019 18:04:46 +0000 (10:04 -0800)]
Update BuildTools to preview1-03603-01 (dotnet/core-setup#4925)

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

5 years agoUpdate BuildTools, CoreClr, CoreFx to preview1-03603-01, preview-27303-03, preview...
dotnet-maestro-bot [Fri, 4 Jan 2019 04:28:51 +0000 (20:28 -0800)]
Update BuildTools, CoreClr, CoreFx to preview1-03603-01, preview-27303-03, preview.19053.1, respectively (dotnet/core-setup#4916)

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

5 years agoDependency uptake for coreclr,corefx and netstandard (dotnet/core-setup#4919)
Rakesh Singh [Thu, 3 Jan 2019 21:22:15 +0000 (13:22 -0800)]
Dependency uptake for coreclr,corefx  and netstandard (dotnet/core-setup#4919)

* Dependency intake for core-setup

* Hook up Arcade Versions.props

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