platform/upstream/dotnet/runtime.git
7 years agoMerge pull request dotnet/core-setup#2762 from joperezr/UWPCoreRuntimeSDK
Jose Perez Rodriguez [Thu, 29 Jun 2017 23:11:33 +0000 (16:11 -0700)]
Merge pull request dotnet/core-setup#2762 from joperezr/UWPCoreRuntimeSDK

Fixing RIDs of Microsoft.Net.UWPCoreRuntimeSdk

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

7 years agoUpdate Microsoft.Net.Native.Compiler dependency and the property to store that depend...
Zach Montoya [Thu, 29 Jun 2017 22:52:44 +0000 (15:52 -0700)]
Update Microsoft.Net.Native.Compiler dependency and the property to store that dependency value (dotnet/core-setup#2761)

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

7 years agoMerge pull request dotnet/core-setup#2744 from joperezr/master-UpdateDependencies
Jose Perez Rodriguez [Thu, 29 Jun 2017 22:23:26 +0000 (15:23 -0700)]
Merge pull request dotnet/core-setup#2744 from joperezr/master-UpdateDependencies

Update CoreClr, CoreFx, Standard, to preview1-25427-01, preview1-25427-02, preview1-25427-01, respectively

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

7 years agoFixing RIDs of Microsoft.Net.UWPCoreRuntimeSdk
Jose Perez Rodriguez [Thu, 29 Jun 2017 22:07:50 +0000 (15:07 -0700)]
Fixing RIDs of Microsoft.Net.UWPCoreRuntimeSdk

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

7 years agoUpdate CoreFx to 4.5.0-preview1-25429-02
Jose Perez Rodriguez [Thu, 29 Jun 2017 20:28:10 +0000 (13:28 -0700)]
Update CoreFx to 4.5.0-preview1-25429-02

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

7 years agoUpdate NETStandard.Library version (dotnet/core-setup#2754)
Zach Montoya [Thu, 29 Jun 2017 16:29:39 +0000 (09:29 -0700)]
Update NETStandard.Library version (dotnet/core-setup#2754)

* Update NETStandard.Library version

* Updating currentRef as well

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

7 years agoMerge pull request dotnet/core-setup#2753 from joperezr/FixIssue2719
Jose Perez Rodriguez [Wed, 28 Jun 2017 21:35:59 +0000 (14:35 -0700)]
Merge pull request dotnet/core-setup#2753 from joperezr/FixIssue2719

Moving clrcompression.dll to the nativeassets folder on the UWP metapackage

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

7 years agoMoving clrcompression.dll to the nativeassets folder on the UWP metapackage
Jose Perez Rodriguez [Wed, 28 Jun 2017 19:51:37 +0000 (12:51 -0700)]
Moving clrcompression.dll to the nativeassets folder on the UWP metapackage

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

7 years agoFix publish error introduced by recent UwpCoreRuntimeSdk work (dotnet/core-setup...
Zach Montoya [Wed, 28 Jun 2017 18:30:38 +0000 (11:30 -0700)]
Fix publish error introduced by recent UwpCoreRuntimeSdk work (dotnet/core-setup#2752)

* Modify publish/dir.props to wildcard select the CoreRuntime appx package to upload so it's not uploaded on distros where it has not been built.

* Replace CoreRuntime appx package upload with original statement with an additional Exists check so we don't try to publish the file on distros where we haven't produced it

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

7 years agoDummy commit to kickoff a build.
Ravi Eda [Tue, 27 Jun 2017 23:09:40 +0000 (18:09 -0500)]
Dummy commit to kickoff a build.

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

7 years agoAdd Microsoft.NET.CoreRuntime.appx to UWPCoreRuntimeSdk package (dotnet/core-setup...
Zach Montoya [Tue, 27 Jun 2017 21:45:11 +0000 (14:45 -0700)]
Add Microsoft.NET.CoreRuntime.appx to UWPCoreRuntimeSdk package (dotnet/core-setup#2736)

* Add all files except for Microsoft.Build.Net.CoreRuntimeTask.dll which Microsoft.Net.CoreRuntime.targets will rely upon when implemented

* Move targets files into a subdirectory that better maps to final NuGet package contents

* Update Microsoft.Net.UWPCoreRuntimeSdk package so the identity package carries the necessary .props/.targets files for VS and the RID-specific packages carry the binaries and appx package. Right now the VS files are not complete, but merely mocked up to achieve right structure

* Clean up some unnecessary changes

* Fix build ordering issue

Work-around the packaging for UWPCoreRuntimeSdk requiring the appx from
the Microsoft.NET.CoreRuntime sister project by serializing the
packaging projects. This takes advantage of the OS API returning
directory contents in lexicographical order - alternatively we could
manually enumerate the list of projects.

* CR Feedback

Factor path to Microsoft.Net.CoreRuntime.2.1.appx into props so both uses refer to the same thing
Fix up unix build failures

* Make project list explicit

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

7 years agoMerge pull request dotnet/core-setup#1458 from wjk/rpath_warnings
Eric Erhardt [Mon, 26 Jun 2017 16:41:37 +0000 (11:41 -0500)]
Merge pull request dotnet/core-setup#1458 from wjk/rpath_warnings

Set MACOSX_RPATH on hostfxr and hostpolicy

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

7 years agoMerge pull request dotnet/core-setup#2722 from ravimeda/master
Ravi Eda [Sat, 24 Jun 2017 03:46:51 +0000 (22:46 -0500)]
Merge pull request dotnet/core-setup#2722 from ravimeda/master

Security Build Definition - Core-Setup

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

7 years agoMerge pull request dotnet/core-setup#2726 from zamont/master
Zach Montoya [Sat, 24 Jun 2017 00:57:17 +0000 (17:57 -0700)]
Merge pull request dotnet/core-setup#2726 from zamont/master

Update uap10.1 moniker in packages to uap10.0.15138 to support NS2.0 projects in VS

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

7 years agoRevert NuGet restore TFM to uap10.1
Zach Montoya [Fri, 23 Jun 2017 23:33:27 +0000 (16:33 -0700)]
Revert NuGet restore TFM to uap10.1

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

7 years agoAllow missing satellite assemblies (dotnet/core-setup#2717)
Steve Harter [Fri, 23 Jun 2017 18:09:24 +0000 (13:09 -0500)]
Allow missing satellite assemblies (dotnet/core-setup#2717)

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

7 years agoUpdate uap10.1 moniker in packages to uap10.0.15138 to support NS2.0 projects in VS
Zach Montoya [Fri, 23 Jun 2017 02:29:55 +0000 (19:29 -0700)]
Update uap10.1 moniker in packages to uap10.0.15138 to support NS2.0 projects in VS

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

7 years agoRemove api-* and ucrtbase*.
Ravi Eda [Thu, 22 Jun 2017 11:38:33 +0000 (06:38 -0500)]
Remove api-* and ucrtbase*.

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

7 years agoUse init-tools.cmd instead of sync.cmd.
Ravi Eda [Thu, 22 Jun 2017 02:47:24 +0000 (21:47 -0500)]
Use init-tools.cmd instead of sync.cmd.

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

7 years agoRun sync.cmd.
Ravi Eda [Thu, 22 Jun 2017 02:44:13 +0000 (21:44 -0500)]
Run sync.cmd.

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

7 years agoAdd security build definitions.
Ravi Eda [Thu, 22 Jun 2017 02:32:08 +0000 (21:32 -0500)]
Add security build definitions.

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

7 years agoMerge branch 'master' of https://github.com/ravimeda/core-setup
Ravi Eda [Wed, 21 Jun 2017 18:10:26 +0000 (13:10 -0500)]
Merge branch 'master' of https://github.com/ravimeda/core-setup

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

7 years agoMerge pull request dotnet/core-setup#2637 from eerhardt/FixVersionSuffixMaster
Eric Erhardt [Tue, 20 Jun 2017 22:00:38 +0000 (00:00 +0200)]
Merge pull request dotnet/core-setup#2637 from eerhardt/FixVersionSuffixMaster

Fix VersionSuffix for the managed projects [master]

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

7 years agoMinor cleanup of CommonManaged.props
Eric Erhardt [Thu, 8 Jun 2017 22:30:16 +0000 (17:30 -0500)]
Minor cleanup of CommonManaged.props

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

7 years agoMove common repo directories to isolated props file.
Eric Erhardt [Thu, 8 Jun 2017 22:00:31 +0000 (17:00 -0500)]
Move common repo directories to isolated props file.

Also remove the dev machine BuildNumberMinor workaround per PR feedback, as this is no longer necessary.

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

7 years agoFix VersionSuffix for the managed projects
Eric Erhardt [Wed, 7 Jun 2017 03:08:22 +0000 (22:08 -0500)]
Fix VersionSuffix for the managed projects

VersionSuffix is getting set before $(BuildNumberMajor) and $(BuildNumberMinor) are being set.  When creating the DependencyModel nupkg, it is getting a bad version on its p2p reference to PlatformAbstractions.

The fix is to ensure VersionSuffix is defined correctly in the projects themselves - after the obj\BuildVersion.props file is created.

Workaround https://github.com/NuGet/Home/issues/4337

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

7 years agoFix the TPA initialization for UWP (dotnet/core-setup#2689)
Gaurav Khanna [Wed, 14 Jun 2017 16:17:20 +0000 (09:17 -0700)]
Fix the TPA initialization for UWP (dotnet/core-setup#2689)

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

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

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

7 years agoAutomated signing validation infrastructure (dotnet/core-setup#2561)
chcosta [Tue, 13 Jun 2017 17:46:51 +0000 (10:46 -0700)]
Automated signing validation infrastructure (dotnet/core-setup#2561)

* Signing validation infrastructure

* Signing validation

* PR feedback

* Remove debugger attach

* Add extension to filename

* Fix message

* Remove old directory if present (don't re-validate)

* Remove extra file

* Update latest vsts signing definition

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

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview1-25413-01, preview1-25413-02, previe...
dotnet bot [Tue, 13 Jun 2017 15:29:04 +0000 (08:29 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview1-25413-01, preview1-25413-02, preview1-25413-01, preview1-25413-01, respectively (dotnet/core-setup#2679)

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

7 years agoUpdate CoreClr, CoreFx to preview1-25412-03, preview1-25413-01, respectively (dotnet...
dotnet bot [Tue, 13 Jun 2017 03:49:52 +0000 (20:49 -0700)]
Update CoreClr, CoreFx to preview1-25412-03, preview1-25413-01, respectively (dotnet/core-setup#2676)

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

7 years agoUpdate CoreFx to preview1-25412-03 (dotnet/core-setup#2675)
dotnet bot [Mon, 12 Jun 2017 22:57:07 +0000 (15:57 -0700)]
Update CoreFx to preview1-25412-03 (dotnet/core-setup#2675)

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

7 years agoUpdate CoreFx, Standard, WCF to preview1-25412-02, preview1-25412-01, preview1-25412...
dotnet bot [Mon, 12 Jun 2017 15:09:27 +0000 (08:09 -0700)]
Update CoreFx, Standard, WCF to preview1-25412-02, preview1-25412-01, preview1-25412-01, respectively (dotnet/core-setup#2672)

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

7 years agoUpdate CoreClr, CoreFx, WCF to preview1-25412-01, preview1-25412-01, preview1-25411...
dotnet bot [Mon, 12 Jun 2017 02:07:26 +0000 (19:07 -0700)]
Update CoreClr, CoreFx, WCF to preview1-25412-01, preview1-25412-01, preview1-25411-01, respectively (dotnet/core-setup#2664)

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

7 years agoSign PlatformAbstractions and DependencyModel binaries (dotnet/core-setup#2652) ...
chcosta [Fri, 9 Jun 2017 17:46:17 +0000 (10:46 -0700)]
Sign PlatformAbstractions and DependencyModel binaries (dotnet/core-setup#2652) (dotnet/core-setup#2656)

* Sign PlatformAbstractions and DependencyModel

* Use pre-existing property

* minor fix, end property value with a slash

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

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview1-25409-01, preview1-25409-03, previe...
dotnet bot [Fri, 9 Jun 2017 15:09:16 +0000 (08:09 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview1-25409-01, preview1-25409-03, preview1-25409-01, preview1-25409-01, respectively (dotnet/core-setup#2662)

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

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview1-25408-04, preview1-25409-02, previe...
dotnet bot [Fri, 9 Jun 2017 10:44:40 +0000 (03:44 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview1-25408-04, preview1-25409-02, preview1-25408-01, preview1-25408-01, respectively (dotnet/core-setup#2651)

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

7 years agoMerge pull request dotnet/core-setup#2635 from ellismg/fix-license
Matt Ellis [Fri, 9 Jun 2017 01:29:14 +0000 (18:29 -0700)]
Merge pull request dotnet/core-setup#2635 from ellismg/fix-license

Use MIT License for non Windows builds

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

7 years agoUpdate buildtools to 1708-03 (dotnet/core-setup#2659)
Karthik Rajasekaran [Fri, 9 Jun 2017 00:07:36 +0000 (17:07 -0700)]
Update buildtools to 1708-03 (dotnet/core-setup#2659)

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

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

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

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

7 years agoGetAzureBlobList task name changed to ListAzureBlobs
Christopher Costa [Wed, 7 Jun 2017 22:55:41 +0000 (15:55 -0700)]
GetAzureBlobList task name changed to ListAzureBlobs

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

7 years agoGenerateChecksums moved into BuildTools (dotnet/core-setup#2648)
chcosta [Wed, 7 Jun 2017 21:31:37 +0000 (14:31 -0700)]
GenerateChecksums moved into BuildTools (dotnet/core-setup#2648)

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

7 years agoMerge pull request dotnet/core-setup#2638 from chcosta/dep-fix
Eric Erhardt [Wed, 7 Jun 2017 17:31:48 +0000 (12:31 -0500)]
Merge pull request dotnet/core-setup#2638 from chcosta/dep-fix

Ensure buildversion.props is evaluated before dotnet restore

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

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview1-25407-02, preview1-25407-02, previe...
dotnet bot [Wed, 7 Jun 2017 15:47:47 +0000 (08:47 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview1-25407-02, preview1-25407-02, preview1-25407-01, preview1-25407-01, respectively (dotnet/core-setup#2634)

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

7 years agoDisable global location lookup for non Windows (dotnet/core-setup#2633)
Steve Harter [Wed, 7 Jun 2017 14:22:43 +0000 (09:22 -0500)]
Disable global location lookup for non Windows (dotnet/core-setup#2633)

Remove support for global location lookup based on PATH for Linux\Mac

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

7 years agoAdd comment
Christopher Costa [Wed, 7 Jun 2017 04:50:04 +0000 (21:50 -0700)]
Add comment

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

7 years agoRemove redundant condition
Christopher Costa [Wed, 7 Jun 2017 03:32:52 +0000 (20:32 -0700)]
Remove redundant condition

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

7 years agoEnsure buildversion.props is evaluated before dotnet restore
Christopher Costa [Wed, 7 Jun 2017 03:25:40 +0000 (20:25 -0700)]
Ensure buildversion.props is evaluated before dotnet restore

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

7 years agoMerge pull request dotnet/core-setup#2632 from joperezr/FixUWPPackage
Jose Perez Rodriguez [Tue, 6 Jun 2017 22:33:35 +0000 (15:33 -0700)]
Merge pull request dotnet/core-setup#2632 from joperezr/FixUWPPackage

Removing CoreCLR from uap10.1 package for both aot and non-aot runtimes

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

7 years agoRemoving CoreCLR from uap10.1 package for both aot and non-aot runtimes
Jose Perez Rodriguez [Tue, 6 Jun 2017 20:56:26 +0000 (13:56 -0700)]
Removing CoreCLR from uap10.1 package for both aot and non-aot runtimes

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

7 years agoUpdate CoreFx, Standard, WCF to preview1-25406-02, preview1-25406-01, preview1-25406...
dotnet bot [Tue, 6 Jun 2017 20:08:33 +0000 (13:08 -0700)]
Update CoreFx, Standard, WCF to preview1-25406-02, preview1-25406-01, preview1-25406-01, respectively (dotnet/core-setup#2630)

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

7 years agoRemove local tasks and use buildtools tasks (dotnet/core-setup#2625)
chcosta [Tue, 6 Jun 2017 16:52:21 +0000 (09:52 -0700)]
Remove local tasks and use buildtools tasks (dotnet/core-setup#2625)

* Remove local tasks and use buildtools tasks

* Pull in https://github.com/dotnet/core-setup/pull/2608/files

* Force add missing pdb file

* Respond to PR feedback

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

7 years agoUpdate CoreClr, CoreFx to preview1-25405-02, preview1-25406-01, respectively (dotnet...
dotnet bot [Tue, 6 Jun 2017 01:39:43 +0000 (18:39 -0700)]
Update CoreClr, CoreFx to preview1-25405-02, preview1-25406-01, respectively (dotnet/core-setup#2626)

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

7 years agoUpdate CoreFx to preview1-25405-04 (dotnet/core-setup#2622)
dotnet bot [Mon, 5 Jun 2017 20:39:17 +0000 (13:39 -0700)]
Update CoreFx to preview1-25405-04 (dotnet/core-setup#2622)

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

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview1-25405-01, preview1-25405-01, previe...
dotnet bot [Mon, 5 Jun 2017 15:19:34 +0000 (08:19 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview1-25405-01, preview1-25405-01, preview1-25405-01, preview1-25405-01, respectively (dotnet/core-setup#2607)

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

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview1-25402-01, preview1-25402-02, previe...
dotnet bot [Fri, 2 Jun 2017 21:07:24 +0000 (14:07 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview1-25402-01, preview1-25402-02, preview1-25402-01, preview1-25402-01, respectively (dotnet/core-setup#2604)

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

7 years agoMerge remote-tracking branch 'dotnet/master'
Ravi Eda [Fri, 2 Jun 2017 19:54:12 +0000 (14:54 -0500)]
Merge remote-tracking branch 'dotnet/master'

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

7 years agoUpdate CoreClr, WCF to preview1-25401-03, preview1-25401-02, respectively (dotnet...
dotnet bot [Fri, 2 Jun 2017 01:01:23 +0000 (18:01 -0700)]
Update CoreClr, WCF to preview1-25401-03, preview1-25401-02, respectively (dotnet/core-setup#2598)

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

7 years agoMerge pull request dotnet/core-setup#2590 from karajas/runtimeDebPkgName
Karthik Rajasekaran [Thu, 1 Jun 2017 21:16:15 +0000 (14:16 -0700)]
Merge pull request dotnet/core-setup#2590 from karajas/runtimeDebPkgName

Fix DEB installer names (Issue dotnet/core-setup#2588)

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

7 years agoMerge pull request dotnet/core-setup#2589 from dotnet-bot/master-UpdateDependencies
Eric Erhardt [Thu, 1 Jun 2017 20:11:15 +0000 (15:11 -0500)]
Merge pull request dotnet/core-setup#2589 from dotnet-bot/master-UpdateDependencies

Update CoreClr to preview1-25401-02 (master)

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

7 years agoTrim leading zeros from AppX package version (dotnet/core-setup#2587)
Gaurav Khanna [Thu, 1 Jun 2017 20:03:09 +0000 (13:03 -0700)]
Trim leading zeros from AppX package version (dotnet/core-setup#2587)

* Trim leading zeros from AppX package version

* Use properties for Build and Revision version for AppX.

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

7 years agoFix CI build failure. Eula.rtf has been removed from OSX packages but dummy Eula...
rakeshsinghranchi [Thu, 1 Jun 2017 19:52:14 +0000 (12:52 -0700)]
Fix CI build failure. Eula.rtf has been removed from OSX packages but dummy Eula is required by Burn authoring (dotnet/core-setup#2575)

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

7 years agoUpdate Runtime Installer [Windows] (dotnet/core-setup#2574)
rakeshsinghranchi [Thu, 1 Jun 2017 19:51:58 +0000 (12:51 -0700)]
Update Runtime Installer [Windows] (dotnet/core-setup#2574)

* Removed Eula rich text box

Updated package branding
Added Welcome and Success page messages
Added dummyEula as required by Burn authoring . It doesn't show up in UI.

* Fixing the text truncation issue in Welcome page

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

7 years agoUpdate CoreClr to preview1-25401-02
dotnet-bot [Thu, 1 Jun 2017 18:40:01 +0000 (11:40 -0700)]
Update CoreClr to preview1-25401-02

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

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview1-25401-01, preview1-25401-06, previe...
dotnet bot [Thu, 1 Jun 2017 16:30:59 +0000 (09:30 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview1-25401-01, preview1-25401-06, preview1-25401-01, preview1-25401-01, respectively (dotnet/core-setup#2583)

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

7 years agoBuild CoreRuntime AppX Package for UWP (dotnet/core-setup#2520)
Gaurav Khanna [Thu, 1 Jun 2017 15:18:40 +0000 (08:18 -0700)]
Build CoreRuntime AppX Package for UWP (dotnet/core-setup#2520)

Build UWP components:

1. Build native UWP components, sign them and publish to Azure blob.
2. Generate the Microsoft.NET.CoreRuntime.2.0 FW AppX package.

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

7 years agoUpdate CoreClr, CoreFx to preview1-25331-03, preview1-25401-02, respectively (dotnet...
dotnet bot [Thu, 1 Jun 2017 02:31:45 +0000 (19:31 -0700)]
Update CoreClr, CoreFx to preview1-25331-03, preview1-25401-02, respectively (dotnet/core-setup#2578)

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

7 years agoUpdate CoreClr, Standard, WCF to preview1-25331-02, preview1-25331-01, preview1-25331...
dotnet bot [Wed, 31 May 2017 23:10:06 +0000 (16:10 -0700)]
Update CoreClr, Standard, WCF to preview1-25331-02, preview1-25331-01, preview1-25331-01, respectively (dotnet/core-setup#2569)

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

7 years agoMerge pull request dotnet/core-setup#2571 from steveharter/ImproveMessageFormatting
Steve Harter [Wed, 31 May 2017 20:26:50 +0000 (15:26 -0500)]
Merge pull request dotnet/core-setup#2571 from steveharter/ImproveMessageFormatting

Improve error message when assembly is missing from the runtime store

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

7 years agoUpdate error message and test
Steve Harter [Wed, 31 May 2017 19:00:44 +0000 (14:00 -0500)]
Update error message and test

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

7 years agoImprove error message when assembly missing from runtime store
Steve Harter [Wed, 31 May 2017 17:16:29 +0000 (12:16 -0500)]
Improve error message when assembly missing from runtime store

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

7 years agoUpdate CoreFx to preview1-25330-06 (dotnet/core-setup#2564)
dotnet bot [Wed, 31 May 2017 02:28:52 +0000 (19:28 -0700)]
Update CoreFx to preview1-25330-06 (dotnet/core-setup#2564)

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

7 years agoRemove Debian Armel (dotnet/core-setup#2557)
Gaurav Khanna [Tue, 30 May 2017 17:55:03 +0000 (10:55 -0700)]
Remove Debian Armel (dotnet/core-setup#2557)

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

7 years agoMerge pull request dotnet/core-setup#2556 from dotnet-bot/master-UpdateDependencies
Eric Erhardt [Tue, 30 May 2017 15:49:04 +0000 (10:49 -0500)]
Merge pull request dotnet/core-setup#2556 from dotnet-bot/master-UpdateDependencies

Update CoreClr, Standard, WCF to preview1-25330-02, preview1-25330-01, preview1-25330-01, respectively (master)

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

7 years agoUpdate CoreClr, Standard, WCF to preview1-25330-02, preview1-25330-01, preview1-25330...
dotnet-bot [Tue, 30 May 2017 13:39:21 +0000 (06:39 -0700)]
Update CoreClr, Standard, WCF to preview1-25330-02, preview1-25330-01, preview1-25330-01, respectively

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

7 years agoMerge pull request dotnet/core-setup#2529 from dotnet-bot/master-UpdateDependencies
Eric Erhardt [Tue, 30 May 2017 13:19:37 +0000 (08:19 -0500)]
Merge pull request dotnet/core-setup#2529 from dotnet-bot/master-UpdateDependencies

Update CoreClr, Standard, WCF to preview1-25330-01, preview1-25329-01, preview1-25329-01, respectively (master)

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

7 years agoUpdate CoreClr, Standard, WCF to preview1-25330-01, preview1-25329-01, preview1-25329...
dotnet-bot [Tue, 30 May 2017 00:50:33 +0000 (17:50 -0700)]
Update CoreClr, Standard, WCF to preview1-25330-01, preview1-25329-01, preview1-25329-01, respectively

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

7 years agoMerge pull request dotnet/core-setup#2539 from ramarag/store_user_profile
Rama krishnan Raghupathy [Sat, 27 May 2017 00:04:51 +0000 (17:04 -0700)]
Merge pull request dotnet/core-setup#2539 from ramarag/store_user_profile

Remove Store user profile

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

7 years agoadding tests for templated AdditionalProbingPath
Rama Krishnan Raghupathy [Fri, 26 May 2017 01:47:26 +0000 (18:47 -0700)]
adding tests for templated AdditionalProbingPath

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

7 years agoadding Store support to testfixture
Rama Krishnan Raghupathy [Fri, 26 May 2017 01:44:40 +0000 (18:44 -0700)]
adding Store support to testfixture

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

7 years agointerpret |arch|/|tfm| in additionalprobingpaths
Rama Krishnan Raghupathy [Fri, 26 May 2017 08:50:02 +0000 (01:50 -0700)]
interpret |arch|/|tfm| in additionalprobingpaths

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

7 years agoRpm Packaging improvements for adding Vendor name and updating Packager value (dotnet...
Vivek Mishra [Thu, 25 May 2017 23:57:01 +0000 (16:57 -0700)]
Rpm Packaging improvements for adding Vendor name and updating Packager value (dotnet/core-setup#2525)

* Added Vendor flag and updated value for maintainer

* Removed email from maintainer name and added the same to the parameter value separately

* Updated Vendor value

* Made email edits based on feedback

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

7 years agoremove user profile store
Rama Krishnan Raghupathy [Thu, 25 May 2017 20:01:01 +0000 (13:01 -0700)]
remove user profile store

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

7 years agoMerge pull request dotnet/core-setup#2538 from karajas/fixCommonProps
Karthik Rajasekaran [Thu, 25 May 2017 23:43:57 +0000 (16:43 -0700)]
Merge pull request dotnet/core-setup#2538 from karajas/fixCommonProps

Combine deb package props with deb publish props

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

7 years agoCombine deb package props with deb publish props
Karthik Rajasekaran [Thu, 25 May 2017 23:39:51 +0000 (16:39 -0700)]
Combine deb package props with deb publish props

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

7 years agoMerge pull request dotnet/core-setup#2524 from karajas/combineProps
Karthik Rajasekaran [Thu, 25 May 2017 01:51:09 +0000 (18:51 -0700)]
Merge pull request dotnet/core-setup#2524 from karajas/combineProps

Combine packaging props and publish props for deb packages

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

7 years agoRemove unecessary generateversionsourcefile and init-tools steps from (dotnet/core...
chcosta [Wed, 24 May 2017 22:27:55 +0000 (15:27 -0700)]
Remove unecessary generateversionsourcefile and init-tools steps from (dotnet/core-setup#2514)

offical build definitions

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

7 years agoCombine packaging props and publish props for deb packages
Karthik Rajasekaran [Wed, 24 May 2017 22:27:17 +0000 (15:27 -0700)]
Combine packaging props and publish props for deb packages

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

7 years agoFixes to comply with RPM packaging guidelines (dotnet/core-setup#2504)
Vivek Mishra [Wed, 24 May 2017 21:08:18 +0000 (14:08 -0700)]
Fixes to comply with RPM packaging guidelines (dotnet/core-setup#2504)

Merged

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

7 years agoMerge pull request dotnet/core-setup#2515 from ericstj/updateNCADeps
Eric StJohn [Wed, 24 May 2017 19:43:55 +0000 (12:43 -0700)]
Merge pull request dotnet/core-setup#2515 from ericstj/updateNCADeps

Update NETCore.App dependencies for nca1.0 and nca.1.1

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

7 years agoUpdate NETCoreApp dependencies to account for servicing
Eric St. John [Wed, 24 May 2017 17:43:31 +0000 (10:43 -0700)]
Update NETCoreApp dependencies to account for servicing

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

7 years agoEnsure we reference NETCoreApp1.1 packages on nca1.1
Eric St. John [Wed, 24 May 2017 17:14:01 +0000 (10:14 -0700)]
Ensure we reference NETCoreApp1.1 packages on nca1.1

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

7 years agoFix for Core-Setup-Linux-BT.json to have PortableBuild=false (dotnet/core-setup#2517)
Vivek Mishra [Wed, 24 May 2017 18:40:03 +0000 (11:40 -0700)]
Fix for Core-Setup-Linux-BT.json to have PortableBuild=false (dotnet/core-setup#2517)

Merged

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

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview1-25324-01, preview1-25324-02, previe...
dotnet bot [Wed, 24 May 2017 15:23:44 +0000 (08:23 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview1-25324-01, preview1-25324-02, preview1-25324-01, preview1-25324-01, respectively (dotnet/core-setup#2505)

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

7 years agoMerge pull request dotnet/core-setup#2498 from eerhardt/Fix2496
Eric Erhardt [Wed, 24 May 2017 14:54:21 +0000 (09:54 -0500)]
Merge pull request dotnet/core-setup#2498 from eerhardt/Fix2496

AppBaseCompilationAssemblyResolver shouldn't throw.

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

7 years agoFix Debian package build (dotnet/core-setup#2493)
rakeshsinghranchi [Wed, 24 May 2017 01:57:42 +0000 (18:57 -0700)]
Fix Debian package build (dotnet/core-setup#2493)

* Fix Debian package build

- {shlibs:Depends} will pick up the correct packages for anything we link
  against so we don't need to include libssl and libcurl in the json config
  files.
- Add an explicit dependency on ICU (the runtime no longer links against it
  directly so dh_shlibdeps wasn't picking it up).

* Adding back libssl1.0.0 dependency.

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

7 years agoFix OSX CI leg (dotnet/core-setup#2499)
Gaurav Khanna [Wed, 24 May 2017 00:35:03 +0000 (17:35 -0700)]
Fix OSX CI leg (dotnet/core-setup#2499)

* Fix OSX CI leg

* Remove unrequired PortableBuild specification

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

7 years agoAppBaseCompilationAssemblyResolver shouldn't throw.
Eric Erhardt [Tue, 23 May 2017 23:30:15 +0000 (18:30 -0500)]
AppBaseCompilationAssemblyResolver shouldn't throw.

There are scenarios where a compilation assembly should be resolved from places outside of the appbase folder in a published app.  We shouldn't throw early and let the other resolvers do their job.

Fix dotnet/core-setup#2496

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

7 years agoMake builds portable by default (dotnet/core-setup#2492)
Gaurav Khanna [Tue, 23 May 2017 23:18:20 +0000 (16:18 -0700)]
Make builds portable by default (dotnet/core-setup#2492)

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

7 years agoMerge pull request dotnet/core-setup#2481 from ramarag/roll_fwd_across_hive
Rama krishnan Raghupathy [Tue, 23 May 2017 22:46:40 +0000 (15:46 -0700)]
Merge pull request dotnet/core-setup#2481 from ramarag/roll_fwd_across_hive

Roll fwd across hive

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