Rakesh Singh [Wed, 12 Dec 2018 00:30:38 +0000 (16:30 -0800)]
Update Core-Setup-Windows-Arm-BT.json
Updated the pool id for DotNetCore-Build
Commit migrated from https://github.com/dotnet/core-setup/commit/
0037f2ef132d53dcd8bd00bc7f57933f3884ed57
Rakesh Singh [Tue, 11 Dec 2018 19:07:41 +0000 (11:07 -0800)]
Fix Arm64 leg in Official build (dotnet/core-setup#4853)
Fix Arm64 leg in Official build
Commit migrated from https://github.com/dotnet/core-setup/commit/
a06f403aefec2451cd36854cef65dee452735e2c
dotnet-maestro-bot [Tue, 11 Dec 2018 17:15:05 +0000 (09:15 -0800)]
Update CoreClr to preview-27211-02 (dotnet/core-setup#4852)
Commit migrated from https://github.com/dotnet/core-setup/commit/
acaf7f433f64a7d5fb088182634db9d3134d968f
dotnet-maestro-bot [Tue, 11 Dec 2018 08:41:28 +0000 (00:41 -0800)]
Update CoreClr to preview-27211-01 (dotnet/core-setup#4850)
Commit migrated from https://github.com/dotnet/core-setup/commit/
80cbb9367c3dea5ff7164300fccb034e210cb455
dotnet-maestro-bot [Mon, 10 Dec 2018 19:14:56 +0000 (11:14 -0800)]
Update CoreClr to preview-27210-02 (dotnet/core-setup#4845)
Commit migrated from https://github.com/dotnet/core-setup/commit/
3f1cdc0829155d97a2253f5cbb9a38bc7391d56e
dotnet-maestro-bot [Fri, 7 Dec 2018 18:00:11 +0000 (10:00 -0800)]
Update CoreClr to preview-27207-02 (dotnet/core-setup#4841)
Commit migrated from https://github.com/dotnet/core-setup/commit/
4da42876b730372a5844129d63b3bf20cd4a1353
Steve MacLean [Thu, 6 Dec 2018 23:28:35 +0000 (18:28 -0500)]
Correct win-arm64 build machine affinity
Commit migrated from https://github.com/dotnet/core-setup/commit/
f0b854016ffd44a512067ee9c2675377a381f6b8
Steve MacLean [Thu, 6 Dec 2018 22:14:26 +0000 (17:14 -0500)]
Update probe-win.ps1 from corefx
Commit migrated from https://github.com/dotnet/core-setup/commit/
c2324ddd3ae30ca5c8ef5927052c34ee033fac23
Steve MacLean [Wed, 5 Dec 2018 20:33:57 +0000 (15:33 -0500)]
Enable Windows ARM64 CI PR builds
Commit migrated from https://github.com/dotnet/core-setup/commit/
10ed85d036531151d042e13a5a6feb9af781886e
Steve MacLean [Wed, 5 Dec 2018 18:16:30 +0000 (13:16 -0500)]
Change arm64 build to use public VS tools instead of private toolset
Commit migrated from https://github.com/dotnet/core-setup/commit/
2ba8b36820d8237d8b46bd71bfe284e7ed47ba9e
dotnet-maestro-bot [Thu, 6 Dec 2018 18:58:09 +0000 (10:58 -0800)]
Update CoreClr, CoreFx to preview-27206-02, preview.18606.1, respectively (dotnet/core-setup#4834)
Commit migrated from https://github.com/dotnet/core-setup/commit/
dd98f874528b21a791e085427991b5db01cf58e1
Vitek Karas [Wed, 5 Dec 2018 18:34:43 +0000 (10:34 -0800)]
Small SDK lookup fix (dotnet/core-setup#4807)
* Improve SDK version lookup description
Link to official docs which have detailed description of the algorithm.
Add a note about the hostfxr export options as well.
* Fix a small issue to avoid looking up directories like -1.-1.-1
If the global.json specifies SDK version but we can't find that version in a given search location, the code would end up checking if a folder with name "-1.-1.-1" exist. This is because we're left with empty version structure which is represented as -1.-1.-1.
Not only this is a small perf issue (unnecessarily looking at disk), but if the folder existed by any chance we would have returned that version for use.
Commit migrated from https://github.com/dotnet/core-setup/commit/
ba6f9e0a2f0758dc8e3bc3eb717feecc6c4dae2e
dotnet-maestro-bot [Wed, 5 Dec 2018 04:40:55 +0000 (20:40 -0800)]
Update CoreFx to preview.18605.1 (dotnet/core-setup#4831)
Commit migrated from https://github.com/dotnet/core-setup/commit/
130d9c86058c642d76590c42aa85371a07c5e787
Vitek Karas [Tue, 4 Dec 2018 23:26:52 +0000 (15:26 -0800)]
Add new export to hostpolicy and hostfxr to redirect error output (dotnet/core-setup#4816)
* Add new export to hostpolicy and hostfxr to redirect error output to a callback
This introduces corehost_set_error_writer and hostfxr_set_error_writer exports.
If set, all errors will be written to the error writer instead of the default stderr.
Tracing is unaffected by this change.
The error writer is set per-thread (thread local).
Only one error writer can be set on a given thread. Subsequent calls to set error
writer will overwrite the previous writer.
hostfxr propagates the custom error writer (if any) to the hostpolicy
for the duration of the calls it makes to hostpolicy.
Added tests to validate the new behavior.
* Remove TODOs which are now resolved with this change
* Fix buffer allocation to work with any string (arbitrary large).
Remove locks on error writer since it's thread local.
* Fix the error formating on Linux
* Fix error formatting on Linux
va_list is not reusable, by definition. On Windows this works since the implementation makes it reusable. but on Linux it's not. So make a copy before calling the printf with it.
Simplify the code, since vsnprintf and _vsnwprintf do in fact behave the same if passed NULL buffer and zero length (calculates the necessary buffer size). So no need for two functions even on Windows.
Commit migrated from https://github.com/dotnet/core-setup/commit/
bfb18700ea2fb0e600a034ac7f719aee2618a87e
dotnet-maestro-bot [Tue, 4 Dec 2018 18:01:04 +0000 (10:01 -0800)]
Update CoreClr, CoreFx to preview-27204-02, preview.18604.2, respectively (dotnet/core-setup#4829)
Commit migrated from https://github.com/dotnet/core-setup/commit/
c6c782a98cb7c61746a08a9574ee5b2c3b77894e
dotnet-maestro-bot [Mon, 3 Dec 2018 17:27:11 +0000 (09:27 -0800)]
Update CoreClr, CoreFx to preview-27203-03, preview.18603.1, respectively (dotnet/core-setup#4827)
Commit migrated from https://github.com/dotnet/core-setup/commit/
4bb01c45dacbdb40d5f15af8e2f11adf0595c2f4
dotnet-maestro-bot [Sat, 1 Dec 2018 04:33:27 +0000 (20:33 -0800)]
Update CoreFx to preview.18601.1 (dotnet/core-setup#4825)
Commit migrated from https://github.com/dotnet/core-setup/commit/
a1a4cf26c96ef316fe764eb833b8a95abfa594ae
dotnet-maestro-bot [Sat, 1 Dec 2018 02:48:43 +0000 (18:48 -0800)]
Update CoreClr to preview-27201-01 (dotnet/core-setup#4824)
Commit migrated from https://github.com/dotnet/core-setup/commit/
9c6352b5577eb6c73ab4b9399658a8f59d235fd9
dotnet-maestro-bot [Sat, 1 Dec 2018 01:04:24 +0000 (17:04 -0800)]
Update BuildTools, CoreClr, CoreFx to preview1-03430-01, preview-27130-03, preview.18580.3, respectively (dotnet/core-setup#4822)
Commit migrated from https://github.com/dotnet/core-setup/commit/
581abfcef981e4af9dfcefb62405fca93a9eb13d
Rakesh Singh [Fri, 30 Nov 2018 22:16:54 +0000 (14:16 -0800)]
To trigger repo mirroring
Commit migrated from https://github.com/dotnet/core-setup/commit/
28a8a53e92256190b4f81b213b270567fec48862
dotnet-maestro-bot [Fri, 30 Nov 2018 03:25:27 +0000 (19:25 -0800)]
Update CoreClr to preview-27130-01 (dotnet/core-setup#4820)
Commit migrated from https://github.com/dotnet/core-setup/commit/
71d77f6afd589dad97e9b1f2103d96de669a0e41
dotnet-maestro-bot [Thu, 29 Nov 2018 21:24:46 +0000 (13:24 -0800)]
Update CoreClr to preview-27129-03 (dotnet/core-setup#4818)
Commit migrated from https://github.com/dotnet/core-setup/commit/
dfb22c459f8bc95735648989908f68375e97fce0
dotnet-maestro-bot [Thu, 29 Nov 2018 19:50:35 +0000 (11:50 -0800)]
Update CoreClr, CoreFx to preview-27129-02, preview.18579.2, respectively (dotnet/core-setup#4815)
Commit migrated from https://github.com/dotnet/core-setup/commit/
c3c490cf0a7c6abcced57dccccb5de6042b9fac7
dotnet-maestro-bot [Wed, 28 Nov 2018 18:47:16 +0000 (10:47 -0800)]
Update CoreClr, CoreFx to preview-27128-02, preview.18578.2, respectively (dotnet/core-setup#4812)
Commit migrated from https://github.com/dotnet/core-setup/commit/
c4f074689a90194cd6756353da2dfe0621d50a1c
dotnet-maestro-bot [Tue, 27 Nov 2018 18:15:16 +0000 (10:15 -0800)]
Update CoreClr, CoreFx to preview-27127-02, preview.18577.1, respectively (dotnet/core-setup#4805)
Commit migrated from https://github.com/dotnet/core-setup/commit/
b67acef0dfd7970b3c9766560f400c11fff9d14f
dotnet-maestro-bot [Sun, 25 Nov 2018 16:36:29 +0000 (08:36 -0800)]
Update CoreClr, CoreFx to preview-27125-02, preview.18575.2, respectively (dotnet/core-setup#4803)
Commit migrated from https://github.com/dotnet/core-setup/commit/
a75196fb606180395507ad7e79175eea9ddc3f93
Matt Mitchell [Wed, 21 Nov 2018 22:40:39 +0000 (14:40 -0800)]
Merge pull request dotnet/core-setup#4801 from mmitche/sign-packages
Sign packages during the no publish type leg
Commit migrated from https://github.com/dotnet/core-setup/commit/
00c5c8bc402f3f6df13cfd23a866a287b2dfec54
Matt Mitchell [Wed, 21 Nov 2018 17:39:31 +0000 (09:39 -0800)]
Sign packages during the no publish type leg
Commit migrated from https://github.com/dotnet/core-setup/commit/
b81337350a3edcf3d8a0ba8edf893ea429851723
Matt Mitchell [Wed, 21 Nov 2018 19:54:39 +0000 (11:54 -0800)]
Merge pull request dotnet/core-setup#4800 from dotnet-maestro-bot/master-UpdateDependencies
Update CoreFx to preview.18571.3 (master)
Commit migrated from https://github.com/dotnet/core-setup/commit/
65ae12f84c6a84ef39deced3c176ac4cbaea47b3
dotnet-maestro-bot [Wed, 21 Nov 2018 19:28:44 +0000 (11:28 -0800)]
Update CoreFx to preview.18571.3
Commit migrated from https://github.com/dotnet/core-setup/commit/
1c9913be8852a09ae2a82749e0865d7b6eaebae7
dotnet-maestro-bot [Wed, 21 Nov 2018 15:14:06 +0000 (07:14 -0800)]
Update CoreClr, CoreFx to preview-27121-03, preview.18571.2, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
784c59bf854cba1252a0cf2bd8c771311ef86163
Matt Mitchell [Tue, 20 Nov 2018 23:39:28 +0000 (15:39 -0800)]
Merge pull request dotnet/core-setup#4798 from mmitche/remove-xstate-baseline
Remove xstate from baseline
Commit migrated from https://github.com/dotnet/core-setup/commit/
a80efce493fd91553d33d0689cbad2af49b93b70
Matt Mitchell [Tue, 20 Nov 2018 23:30:12 +0000 (15:30 -0800)]
Remove xstate from baseline
Commit migrated from https://github.com/dotnet/core-setup/commit/
096afc570ea17c44454c6c45bea605c498e656f1
dotnet-maestro-bot [Tue, 20 Nov 2018 18:20:29 +0000 (10:20 -0800)]
Update CoreClr, CoreFx to preview-27120-03, preview.18570.6, respectively (dotnet/core-setup#4792)
Commit migrated from https://github.com/dotnet/core-setup/commit/
3ec7f4e9e985bfab432bf97d71d5f9c37979a54a
dotnet-maestro-bot [Tue, 20 Nov 2018 04:09:31 +0000 (20:09 -0800)]
Update BuildTools, CoreClr, CoreFx to preview1-03420-02, preview-27120-01, preview.18570.5, respectively (dotnet/core-setup#4791)
Commit migrated from https://github.com/dotnet/core-setup/commit/
c2ac64fc0548feca04d60625401c439098878518
dotnet-maestro-bot [Tue, 20 Nov 2018 01:34:00 +0000 (17:34 -0800)]
Update CoreFx to preview.18569.5 (dotnet/core-setup#4790)
Commit migrated from https://github.com/dotnet/core-setup/commit/
ccbf3d0b5a3801384929150523f8a07901bd52fd
dotnet-maestro-bot [Mon, 19 Nov 2018 15:14:48 +0000 (07:14 -0800)]
Update CoreClr, CoreFx to preview-27119-03, preview.18569.3, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
cc0d0d384f3cf7689752483acb1088b741dc106e
dotnet-maestro-bot [Mon, 19 Nov 2018 10:48:14 +0000 (02:48 -0800)]
Update CoreClr, CoreFx to preview-27119-01, preview.18569.1, respectively (dotnet/core-setup#4763)
Commit migrated from https://github.com/dotnet/core-setup/commit/
f0be9bd2b5beffd53f277ba12bc18ce4d1eecaf4
dotnet-maestro-bot [Sat, 17 Nov 2018 00:10:43 +0000 (16:10 -0800)]
Update CoreClr to preview-27116-05 (dotnet/core-setup#4762)
Commit migrated from https://github.com/dotnet/core-setup/commit/
976f403807543b015c2271459a791110de109a21
dotnet-maestro-bot [Fri, 16 Nov 2018 20:38:20 +0000 (12:38 -0800)]
Update BuildTools, CoreClr, CoreFx to preview1-03415-01, preview-27116-03, preview.18566.8, respectively (dotnet/core-setup#4756)
Commit migrated from https://github.com/dotnet/core-setup/commit/
106d07801712ac22b5268330a7ff0be650f22cbc
Vitek Karas [Wed, 14 Nov 2018 11:15:30 +0000 (03:15 -0800)]
Allow missing assembly dependencies for components. (dotnet/core-setup#4751)
When resolving assembly dependencies for components, don't fail if the assembly doesn't exist on the disk (but it's still present in the .deps.json as a runtime asset).
For dynamically loaded components this behavior makes sense as such components are typically distributed as just the necessary pieces, with everything else provided by the app.
This is a temporary change mainly as a workaround for dotnet/sdkdotnet/core-setup#2660. Issue dotnet/core-setupdotnet/core-setup#4752 is tracking future need for revisiting this change.
Commit migrated from https://github.com/dotnet/core-setup/commit/
ca431d0cefee116b5c4ca292961ab60ddd81611f
dotnet-maestro-bot [Tue, 13 Nov 2018 21:29:22 +0000 (13:29 -0800)]
Update CoreClr to preview-27113-06 (dotnet/core-setup#4750)
Commit migrated from https://github.com/dotnet/core-setup/commit/
3fd67935639dd2ac8c78f52389cd16ac64d0ca0c
dotnet-maestro-bot [Tue, 13 Nov 2018 17:54:11 +0000 (09:54 -0800)]
Update CoreClr, CoreFx to preview-27113-05, preview.18563.5, respectively (dotnet/core-setup#4743)
Commit migrated from https://github.com/dotnet/core-setup/commit/
48270a44c2b45cec135b2daa7fa703c82c45e606
Jeremy Barton [Mon, 12 Nov 2018 19:11:06 +0000 (11:11 -0800)]
Skip publishing the freebsd symbols, since the redist from coreclr does not yet work with this step.
Commit migrated from https://github.com/dotnet/core-setup/commit/
9509b4d2619c69bc5e43e45e1aa4fd7a810b83b2
dotnet-maestro-bot [Mon, 12 Nov 2018 16:51:07 +0000 (08:51 -0800)]
Update CoreClr, CoreFx to preview-27112-03, preview.18562.3, respectively (dotnet/core-setup#4740)
Commit migrated from https://github.com/dotnet/core-setup/commit/
c8a0c9e1516187281fd9200206e01343d6c089d1
Egor Chesakov [Mon, 12 Nov 2018 16:48:53 +0000 (08:48 -0800)]
Stop publishing Hostx86/arm CrossGen (dotnet/core-setup#4726)
Commit migrated from https://github.com/dotnet/core-setup/commit/
70f2c734d004812b78262957d272b0af5ddeeb39
Jeremy Barton [Sun, 11 Nov 2018 07:05:23 +0000 (23:05 -0800)]
Merge pull request dotnet/core-setup#4739 from wfurt/freebsd_tests
disable tests on FreeBSD
Commit migrated from https://github.com/dotnet/core-setup/commit/
84f1c402cfea81ed3528946d6a0df0502b27906e
dotnet-maestro-bot [Sun, 11 Nov 2018 04:30:12 +0000 (20:30 -0800)]
Update CoreClr, CoreFx to preview-27111-01, preview.18561.1, respectively (dotnet/core-setup#4737)
Commit migrated from https://github.com/dotnet/core-setup/commit/
db90be7b67eb3285fa9ad0058aa79a403aeb1a64
Tomas Weinfurt [Sun, 11 Nov 2018 01:30:59 +0000 (19:30 -0600)]
remove unused skiptest
Commit migrated from https://github.com/dotnet/core-setup/commit/
18814f2c170cf92e0f2adebe3a5ae43b0329569d
Tomas Weinfurt [Sat, 10 Nov 2018 08:19:56 +0000 (02:19 -0600)]
another attenopt to skip tests
Commit migrated from https://github.com/dotnet/core-setup/commit/
b41f1f01e738c8f4bea4d4a917d471d0993365a3
Vitek Karas [Sat, 10 Nov 2018 07:38:34 +0000 (23:38 -0800)]
Introduce the component dependency resolution entry point. (dotnet/core-setup#4720)
Introduce the component resolve entry point.
- Refactors argument init to use the same code for app and components
- Remove usage of the global init structure from args init - makes it much clearer what is used where.
- Other small refactorings
- Adds basic doc with notes and open questions - should eventually become the real design doc for this feature.
Commit migrated from https://github.com/dotnet/core-setup/commit/
2fbde0a1c6787b1eee2bd57589dae9b0e0f6a2ea
Tomas Weinfurt [Sat, 10 Nov 2018 06:41:13 +0000 (00:41 -0600)]
disable tests
Commit migrated from https://github.com/dotnet/core-setup/commit/
366366f6bd437f94256c812c90abf7ed62d1f2ae
Tomas Weinfurt [Sat, 10 Nov 2018 00:11:33 +0000 (16:11 -0800)]
increase freebsd timeout for now (dotnet/core-setup#4736)
Commit migrated from https://github.com/dotnet/core-setup/commit/
9f8c2fc037b6d8304f04e1cfb4c5f717781548f3
Tomas Weinfurt [Fri, 9 Nov 2018 20:05:46 +0000 (12:05 -0800)]
Add pipeline and fixes for FreeBSD (dotnet/core-setup#4733)
* initial pipeline definition
* initial freebsd support
* mimic more closely to what we do for coreclr
* Remove refnames, begin/end.sh, and fix bash invocation
* use current coreclr and corefx
* generate build-id for native binaries
* roll-back dependencies.props change
Commit migrated from https://github.com/dotnet/core-setup/commit/
62d9ca65f4bb198093ebc4d8e595a566d2a6f570
dotnet-maestro-bot [Fri, 9 Nov 2018 14:45:48 +0000 (06:45 -0800)]
Update BuildTools, CoreClr, CoreFx to preview1-03407-01, preview-27109-03, preview.18559.1, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
cf14d8748ffd1b6ceffd9f72c16b137b70950780
Maira Wenzel [Fri, 9 Nov 2018 19:41:00 +0000 (11:41 -0800)]
change link to use https (dotnet/core-setup#4651)
Commit migrated from https://github.com/dotnet/core-setup/commit/
eeffcd918a0af68d10e6c6e3f314b82e05d4ba1f
dotnet-maestro-bot [Fri, 2 Nov 2018 19:21:39 +0000 (12:21 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03402-01, preview-27102-02, preview.18552.1, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
410cba8501a46cbd9c3a0085dcc64e6e876d0706
dotnet-maestro-bot [Thu, 1 Nov 2018 13:11:54 +0000 (06:11 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03330-01, preview1-27101-02, preview1.18530.5, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
02b6e75bf115394ae93a8fbb71b3e38c89eabb41
Matt Mitchell [Thu, 1 Nov 2018 18:02:29 +0000 (11:02 -0700)]
Merge pull request dotnet/core-setup#4714 from dotnet/mmitche-patch-1
preview1->preview
Commit migrated from https://github.com/dotnet/core-setup/commit/
c7b1e3967e0b1e88dddb74d4e3c7ff7ac2517c2f
Matt Mitchell [Wed, 31 Oct 2018 14:13:10 +0000 (07:13 -0700)]
preview1->preview
Prerelease tag should not include a numeric suffix for 3.0
Commit migrated from https://github.com/dotnet/core-setup/commit/
ae1a9f791763b56af47d9e789c934f0dd394b317
Vitek Karas [Wed, 31 Oct 2018 08:24:01 +0000 (01:24 -0700)]
Add os supported versions to host (dotnet/core-setup#4700)
Add a manifest to dotnet.exe with supported versions of Windows.
Also remove any manifest from apphost.exe as it will get the one from the app when it's used.
Commit migrated from https://github.com/dotnet/core-setup/commit/
16fc8e9125638f24527091a573d9dbe546a1f609
dotnet-maestro-bot [Mon, 29 Oct 2018 13:01:27 +0000 (06:01 -0700)]
Update BuildTools, CoreClr to preview1-03326-01, preview1-27029-02, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
46f7e4cff8d0e8b65915c55688e62b6bdaa47569
dotnet-maestro-bot [Thu, 25 Oct 2018 13:08:34 +0000 (06:08 -0700)]
Update CoreClr to preview1-27025-03
Commit migrated from https://github.com/dotnet/core-setup/commit/
2b4ee20bfe7251e52e430ebd05496354b1e7c7f1
Tomas Weinfurt [Wed, 24 Oct 2018 18:37:53 +0000 (11:37 -0700)]
Merge pull request dotnet/core-setup#4699 from wfurt/fix_4698
disable crossgen on FreeBSD for now
Commit migrated from https://github.com/dotnet/core-setup/commit/
4a7ae9c3a41a0ac52251fe739767a2c5e1433be1
Driele Neves Ribeiro [Wed, 24 Oct 2018 17:43:22 +0000 (10:43 -0700)]
Verification test for .NET Runtime and SDK Linux packages (dotnet/core-setup#4087)
Commit migrated from https://github.com/dotnet/core-setup/commit/
164b133c29ca8fde84fd9b07a3219cea7acebc0a
dotnet-maestro-bot [Wed, 24 Oct 2018 13:03:36 +0000 (06:03 -0700)]
Update BuildTools, CoreClr to preview1-03322-02, preview1-27024-03, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
21e845e593c94649b2756a713751c952b1978007
Raul Hidalgo Caballero [Wed, 24 Oct 2018 11:26:34 +0000 (13:26 +0200)]
Add Bionic to sources.list for cross (dotnet/core-setup#4623)
* Create sources.list.bionic
* Create sources.list.bionic
* Create sources.list.bionic
* Update build-rootfs.sh
Commit migrated from https://github.com/dotnet/core-setup/commit/
761d1f769fbb80f16cc08acd7ff6088aa536e177
dotnet-maestro-bot [Mon, 22 Oct 2018 00:54:22 +0000 (17:54 -0700)]
Update CoreClr, CoreFx to preview1-27021-03, preview1-27018-01, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
af30a789c4aa32b81df4b543ca46ed28d6c42077
Rakesh Singh [Fri, 19 Oct 2018 21:48:22 +0000 (14:48 -0700)]
Update dummy.txt
Commit migrated from https://github.com/dotnet/core-setup/commit/
8d495ca162ebe5e9d5354e0d7471f187a9416c5e
dotnet-maestro-bot [Wed, 17 Oct 2018 13:00:25 +0000 (06:00 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03316-04, preview1-27017-05, preview1-27017-01, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
7a7ca065125b48ae21d21e7830a54ea97c40dc68
dotnet-maestro-bot [Tue, 16 Oct 2018 17:44:09 +0000 (10:44 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03316-03, preview1-27016-04, preview1-27016-06, respectively (dotnet/core-setup#4660)
Commit migrated from https://github.com/dotnet/core-setup/commit/
8633f6f3dde2ea05704100a6858b8d276395f800
Mike McLaughlin [Mon, 15 Oct 2018 17:25:29 +0000 (10:25 -0700)]
Upgrade symuploader to version 1.0.0-beta-63412-03 (dotnet/core-setup#4661)
Turn off verbose symbol publish logging.
Commit migrated from https://github.com/dotnet/core-setup/commit/
195853b09d5dd0dea9cc371fb9bd54808d7b7233
dotnet-maestro-bot [Fri, 12 Oct 2018 19:28:34 +0000 (12:28 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03311-02, preview1-27012-04, preview1-27012-08, respectively (dotnet/core-setup#4658)
Commit migrated from https://github.com/dotnet/core-setup/commit/
d1a2804c438a680b5e739765ef63ba1b5e39b95b
dotnet-maestro-bot [Thu, 11 Oct 2018 14:12:34 +0000 (07:12 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03311-01, preview1-27011-04, preview1-27011-05, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
71b3f73062980a06ef1eb08aae7db44ddd3e7ef7
John Beisner [Thu, 11 Oct 2018 00:37:10 +0000 (17:37 -0700)]
Updating the help messages; modifying tests. (dotnet/core-setup#4632)
https://github.com/dotnet/core-setup/issues/3344
Commit migrated from https://github.com/dotnet/core-setup/commit/
156e0c5feb3439998a2026059d67948a2fccfe6a
Steve MacLean [Thu, 11 Oct 2018 00:17:18 +0000 (20:17 -0400)]
Add script to start Visual Studio (dotnet/core-setup#4614)
* Add script to start Visual Studio
Add script to properly set the environment variables to run tests
within the Visual Studio IDE test explorer
Add brief documentation
Respond to feedback
Commit migrated from https://github.com/dotnet/core-setup/commit/
73ca15b61650d544d77eca0278ab3ea4ef6d8325
dotnet-maestro-bot [Wed, 10 Oct 2018 05:35:15 +0000 (22:35 -0700)]
Update BuildTools to preview1-03310-01
Commit migrated from https://github.com/dotnet/core-setup/commit/
760a56df7f65ddeeff4b441bae8da7aaa048c4f2
dotnet-maestro-bot [Tue, 9 Oct 2018 19:30:37 +0000 (12:30 -0700)]
Update BuildTools, CoreFx to preview1-03308-01, preview1-27009-06, respectively (dotnet/core-setup#4650)
Commit migrated from https://github.com/dotnet/core-setup/commit/
51a57ac930c665a752407af5c69b7e3602e2250f
dotnet-maestro-bot [Mon, 8 Oct 2018 13:54:53 +0000 (06:54 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03307-03, preview1-27008-04, preview1-27008-04, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
caf61e19dc090be8b7af8745706afdebc56e2e8d
Vitek Karas [Sun, 7 Oct 2018 11:42:07 +0000 (04:42 -0700)]
Refactor the helper project for host API tests (dotnet/core-setup#4629)
This makes the project modular - with ability to easily add tests for other APIs (the upcomming hostpolicy ones).
This is a pure refactoring, the only functional change is the addition of logging the full path to the hostfxr being used by the tests.
Commit migrated from https://github.com/dotnet/core-setup/commit/
6a82a759ec695bda5aa4ef7f231aa4f07b345d70
Vitek Karas [Fri, 5 Oct 2018 22:42:56 +0000 (15:42 -0700)]
Merge pull request dotnet/core-setup#4626 from vitek-karas/IncrementalNativeBuild
Add option to build the corehost incrementally
Commit migrated from https://github.com/dotnet/core-setup/commit/
f66aaf52c8049948dae6f80bdc0454dd08a32112
Dan Moseley [Fri, 5 Oct 2018 21:21:51 +0000 (14:21 -0700)]
Fix http link to https (dotnet/core-setup#4635)
Commit migrated from https://github.com/dotnet/core-setup/commit/
eda3e4e52bedfbcc68a7b279c4bedbe2bd7eb929
dotnet-maestro-bot [Fri, 5 Oct 2018 13:53:28 +0000 (06:53 -0700)]
Update CoreClr, CoreFx to preview1-27005-04, preview1-27005-06, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
f95a6cd6a3d1af407eaf0e4bfc9b55200c0e55ae
dotnet-maestro-bot [Thu, 4 Oct 2018 20:50:31 +0000 (13:50 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03304-01, preview1-27004-04, preview1-27004-01, respectively (dotnet/core-setup#4628)
Commit migrated from https://github.com/dotnet/core-setup/commit/
1476a6f9707378f37623aecdd21ed4de3a65bdd1
Rakesh Singh [Thu, 4 Oct 2018 19:02:29 +0000 (12:02 -0700)]
Replace MIT License with .NET Library EULA in setup bundle (dotnet/core-setup#4588)
* Replace MIT License with .NET Library EULA in setup bundle
* fix url to use https instead of http
Commit migrated from https://github.com/dotnet/core-setup/commit/
b3b533c92fa1911767d382d174b6f2e6356cfae1
Egor Chesakov [Thu, 4 Oct 2018 16:48:32 +0000 (09:48 -0700)]
Publish cross-bitness cross-architecture tools on Linux/arm32 (dotnet/core-setup#4621)
* Use Hostx64/arm CrossGen for producing native images when build targets Linux/arm
* Keep using Hostx86/arm CrossGen when build targets Windows/arm
* Publish both Hostx64/arm and Hostx86/arm cross-architecture components (CrossGen and ClrJit) when build targets Linux/arm
Commit migrated from https://github.com/dotnet/core-setup/commit/
0b93a11e284a23080f27ac40ce3de518a9c2ca18
Steve MacLean [Thu, 4 Oct 2018 01:24:30 +0000 (21:24 -0400)]
COREHOST_TRACEFILE (dotnet/core-setup#4585)
Add COREHOST_TRACEFILE
Add support for redirecting COREHOST_TRACE to a file
via COREHOST_TRACEFILE
Update host tracing design doc
Add comments about trace to file appending log.
Add timestamp to logs
Trace thread safety -
Prevent garbling of trace output by adding a mutex
Use C++11 std::mutex and std::lock_guard directly
Add COREHOST_TRACE_VERBOSITY to allow controlling verbosity
of trace,
When COREHOST_TRACE_VERBOSITY is not set behavior will remain unchanged
COREHOST_TRACE_VERBOSITY=1 errors only
COREHOST_TRACE_VERBOSITY=2 errors & warnings
COREHOST_TRACE_VERBOSITY=3 errors, warnings, and info
COREHOST_TRACE_VERBOSITY=4 errors, warnings, info, and verbose
Add tracing tests
Commit migrated from https://github.com/dotnet/core-setup/commit/
0ef74c98b99ddd48bb8dcfac23006dc61e8b5796
Gleb Balykov [Thu, 9 Aug 2018 12:36:38 +0000 (15:36 +0300)]
Revert "Temporarily disable failing Tizen CI leg"
This reverts commit dotnet/core-setup@
e47ecfbf7895f844e840ef9b74eb19e8d3258749.
Commit migrated from https://github.com/dotnet/core-setup/commit/
1d18b0f95cbf118aa23b47d328516a19c8b93f1a
Gleb Balykov [Thu, 9 Aug 2018 12:34:27 +0000 (15:34 +0300)]
Update Tizen CI docker image and links for rootfs generation
Commit migrated from https://github.com/dotnet/core-setup/commit/
b374e2e36678f09ab52519637ea52383a295166b
dotnet-maestro-bot [Wed, 3 Oct 2018 12:58:23 +0000 (05:58 -0700)]
Update CoreClr, CoreFx to preview1-27003-04, preview1-27003-02, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
0b5a32281154d068ace75b72e3823f33912e7cfa
vitek-karas [Wed, 3 Oct 2018 15:32:00 +0000 (08:32 -0700)]
Implement the incremental build on Linux as well
Commit migrated from https://github.com/dotnet/core-setup/commit/
af139963731ef1fbc43c754aaf6378c0287a697a
vitek-karas [Wed, 3 Oct 2018 14:10:38 +0000 (07:10 -0700)]
Add option to build the corehost incrementally
Currently the build script hardcodes clean rebuild of the native components in corehost. This makes it pretty slow for inner dev loop.
The same script also always clears all the intermediates which makes cmake perform all of the detections again which is also very slow.
This change adds a new build option -IncrementalNativeBuild=true which disables these two behaviors (don't delete intermediates, don't force a rebuild).
Also add a build option to build just the corehost subtree since that's a common task for devs working on the hosting components.
With this change empty incremental build (no changes made) of the corehost components is now less than 10 seconds. Change to a single cpp file takes less than 20 seconds to rebuild (as oppose to couple of minutes before).
Commit migrated from https://github.com/dotnet/core-setup/commit/
20bd3f38e1a77c3b5940336c8b6fe7330eed3bb6
dotnet-maestro-bot [Tue, 2 Oct 2018 13:52:58 +0000 (06:52 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03301-02, preview1-27002-04, preview1-27002-03, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
d43632a0c4a590aa2f7a82ff81a6e62119017a94
dotnet-maestro-bot [Fri, 28 Sep 2018 13:48:12 +0000 (06:48 -0700)]
Update CoreClr, CoreFx to preview1-26928-03, preview1-26928-03, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
14396fa9dd51a34353a32d5fa24984acf15772f8
Wes Haggard [Thu, 27 Sep 2018 23:49:54 +0000 (16:49 -0700)]
Merge pull request dotnet/core-setup#4608 from dotnet-maestro-bot/master-UpdateDependencies
Update BuildTools, CoreClr, CoreFx to preview1-03227-02, preview1-26927-03, preview1-26927-03, respectively (master)
Commit migrated from https://github.com/dotnet/core-setup/commit/
180413425448e0ef1f1f03c6f8af33c101377126
dotnet-maestro-bot [Thu, 27 Sep 2018 16:44:04 +0000 (09:44 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03227-02, preview1-26927-03, preview1-26927-03, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
e082e2ace6b1a852e33a8b7ce1931bda8ecddff4
dotnet-maestro-bot [Wed, 26 Sep 2018 17:23:10 +0000 (10:23 -0700)]
Update CoreClr, CoreFx to preview1-26926-03, preview1-26926-03, respectively (dotnet/core-setup#4606)
Commit migrated from https://github.com/dotnet/core-setup/commit/
7bee3f26f0bdd4a318e2c148d5d545aadc165ae4
dotnet-maestro-bot [Tue, 25 Sep 2018 13:58:48 +0000 (06:58 -0700)]
Update CoreClr, CoreFx to preview1-26925-05, preview1-26925-06, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
4b51f6c11a69f2d07fd1b6a265a77fdb0f056bfd
Wes Haggard [Mon, 24 Sep 2018 19:02:31 +0000 (12:02 -0700)]
Merge pull request dotnet/core-setup#4601 from dotnet-maestro-bot/master-UpdateDependencies
Update BuildTools to preview1-03224-03 (master)
Commit migrated from https://github.com/dotnet/core-setup/commit/
9b99b24febd188a92caa7479460b15c5b4bf1139
dotnet-maestro-bot [Mon, 24 Sep 2018 17:58:12 +0000 (10:58 -0700)]
Update BuildTools to preview1-03224-03
Commit migrated from https://github.com/dotnet/core-setup/commit/
983c2991194a47c2db229a766ff575eed6b98971