platform/upstream/dotnet/runtime.git
7 years agoremove info
Christopher Costa [Fri, 7 Jul 2017 22:26:48 +0000 (15:26 -0700)]
remove info

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

7 years agoBuild / sign appx separately so that you can include other signed binaries
Christopher Costa [Fri, 7 Jul 2017 21:53:54 +0000 (14:53 -0700)]
Build / sign appx separately so that you can include other signed binaries
in the appx

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

7 years agoFix framework assembly deployment for CoreCLR (dotnet/core-setup#2800)
Simon Nattress [Fri, 7 Jul 2017 19:07:31 +0000 (12:07 -0700)]
Fix framework assembly deployment for CoreCLR (dotnet/core-setup#2800)

Before NS2.0, the framework assemblies were drawn from a variety of
individual Nuget packages. Filtering was performed to not copy a Nuget
package's contents if it was the CoreCLR runtime package, since that is
provided by an AppX package dependency. The test for "is this a CoreCLR
runtime package" was the presence of mscorlib.[ni.]dll. With NS2.0,
mscorlib is just a type forwarder in the main framework assembly payload
so the filter broke. Instead, use System.Private.CoreLib.[ni.]dll which is
now present in the CoreCLR runtime package. CoreCLR NS2.0 runtime Nuget
packages will similarly contain System.Private.CoreLib.dll.

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

7 years agoMerge pull request dotnet/core-setup#2801 from joperezr/uapMP
Jose Perez Rodriguez [Fri, 7 Jul 2017 17:38:47 +0000 (10:38 -0700)]
Merge pull request dotnet/core-setup#2801 from joperezr/uapMP

Using new version of WCF in the UWP metapackage

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

7 years agoUsing new version of WCF in the UWP metapackage
Jose Perez Rodriguez [Fri, 7 Jul 2017 16:25:38 +0000 (09:25 -0700)]
Using new version of WCF in the UWP metapackage

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

7 years agoFix appx ordering so that the signed appx is included in the nupkg (dotnet/core-setup...
chcosta [Fri, 7 Jul 2017 05:44:16 +0000 (22:44 -0700)]
Fix appx ordering so that the signed appx is included in the nupkg (dotnet/core-setup#2798)

* Refactor appx build

* Update build definition for refactored build

* Exclude Microsoft.Net.UWPCoreRuntimeSdk from non-windows and arm64 builds

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

7 years agoMerge pull request dotnet/core-setup#2796 from dotnet-maestro-bot/master-UpdateDepend...
Jose Perez Rodriguez [Thu, 6 Jul 2017 20:26:56 +0000 (13:26 -0700)]
Merge pull request dotnet/core-setup#2796 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx, Standard, WCF to preview2-25506-02, preview2-25506-02, preview1-25506-01, preview1-25426-02, respectively (master)

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

7 years agoDisable WCF update till we have uap support on their packages
Jose Perez Rodriguez [Thu, 6 Jul 2017 19:56:14 +0000 (12:56 -0700)]
Disable WCF update till we have uap support on their packages

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

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview2-25506-02, preview2-25506-02, previe...
dotnet-maestro-bot [Thu, 6 Jul 2017 13:29:15 +0000 (06:29 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview2-25506-02, preview2-25506-02, preview1-25506-01, preview1-25426-02, respectively

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

7 years agoDeliver Microsoft.Net.CoreRuntime.targets in the UwpCoreRuntimeSdk package (dotnet...
Zach Montoya [Wed, 5 Jul 2017 22:07:42 +0000 (15:07 -0700)]
Deliver Microsoft.Net.CoreRuntime.targets in the UwpCoreRuntimeSdk package (dotnet/core-setup#2772)

* Update Microsoft.Net.CoreRuntime.targets to those shipped in latest VS

* Generate Microsoft.Net.CoreRuntime.settings.targets from template during build

* Successfully build and sign Microsoft.Net.CoreRuntimeTask.dll

* Copy Microsoft.Cci to the output of Microsoft.Build.Net.CoreRuntimeTask.dll and include Microsoft.Cci.dll in identity package for Microsoft.Net.UWPCoreRuntimeSdk

* Correctly generate .props/.targets files for each RID-specific package of Microsoft.Net.UWPCoreRuntimeSdk to provide information about the Appx packages. Change Microsoft.Net.CoreRuntime.targets and WireUpCoreRuntime appropriately.

* Make Microsoft.Net.CoreRuntime.targets consume x86 CopyWin32Resources.exe from the native x86 runtime package

* Rearrange source of Microsoft.Net.UWPCoreRuntimeSdk. Add Microsoft.Net.UWPCoreRuntimeSdk.props to point to Microsoft.Net.CoreRuntime targets files in NuGet package

* Make fixes to complete VS integration

* Address PR feedback. Change uap moniker to use property $(UAPvNextTFM)

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

7 years agoMerge pull request dotnet/core-setup#2790 from johnbeisner/MuxerFixes
jbeisner [Wed, 5 Jul 2017 20:40:44 +0000 (13:40 -0700)]
Merge pull request dotnet/core-setup#2790 from johnbeisner/MuxerFixes

Bringing dotnet/core-setup:master up-to-date: SDK Muxer

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

7 years agoMerge pull request dotnet/core-setup#2747 from dotnet-maestro-bot/master-UpdateDepend...
Jose Perez Rodriguez [Wed, 5 Jul 2017 20:04:01 +0000 (13:04 -0700)]
Merge pull request dotnet/core-setup#2747 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreFx, Standard to preview2-25505-02, preview1-25505-01, respectively (master)

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

7 years agoBringing dotnet/core-setup:master up-to-date.
John Beisner [Wed, 5 Jul 2017 19:29:58 +0000 (12:29 -0700)]
Bringing dotnet/core-setup:master up-to-date.

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

7 years agoFix install block (dotnet/core-setup#2769)
Bill Wert [Wed, 5 Jul 2017 18:58:03 +0000 (11:58 -0700)]
Fix install block (dotnet/core-setup#2769)

Installation block doesn't work due to a typo. Also update to 10.12 as
minimum version

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

7 years agoUpdate CoreFx, Standard to preview2-25505-02, preview1-25505-01, respectively (master)
Jose Perez Rodriguez [Wed, 5 Jul 2017 18:46:10 +0000 (11:46 -0700)]
Update CoreFx, Standard to preview2-25505-02, preview1-25505-01, respectively (master)

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

7 years agoSign Appx files (dotnet/core-setup#2788)
chcosta [Wed, 5 Jul 2017 18:25:39 +0000 (11:25 -0700)]
Sign Appx files (dotnet/core-setup#2788)

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

7 years agoMerge pull request dotnet/core-setup#2766 from dagood/publish-before-finalize
Davis Goodin [Mon, 3 Jul 2017 19:00:59 +0000 (14:00 -0500)]
Merge pull request dotnet/core-setup#2766 from dagood/publish-before-finalize

Push packages before finalize, for latest.version reliability

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

7 years agoSign UWP artifacts (dotnet/core-setup#2770)
chcosta [Sun, 2 Jul 2017 06:26:56 +0000 (23:26 -0700)]
Sign UWP artifacts (dotnet/core-setup#2770)

* The SignUwpFiles target wasn't attached anywhere. Move the files it wants to sign into the SignBinaries target.

* Updated baseline.props

* appx file is not produced during the build binaries step and is not
getting baselined

* Add signing of appx to "Sign Msi and cab" step

* Remove appx file signing

* Ignore casing for baseline comparison

* Fix casing

* Fix parens

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

7 years agoFix typo. Set repository name as "core-setup". (dotnet/core-setup#2767)
Ravi Eda [Fri, 30 Jun 2017 23:38:53 +0000 (18:38 -0500)]
Fix typo.  Set repository name as "core-setup". (dotnet/core-setup#2767)

* Upgrade to BuildTools 2.0.0-prerelease-01726-03.

* Update NuGet.ProjectModel to 4.3.0-preview2-4095.

* Fix typo.

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

7 years agoMerge pull request dotnet/core-setup#2755 from ellismg/update-prerelease-tag
Matt Ellis [Fri, 30 Jun 2017 21:18:03 +0000 (14:18 -0700)]
Merge pull request dotnet/core-setup#2755 from ellismg/update-prerelease-tag

Update prerelease label to preview2

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

7 years agoPush packages before finalize, for latest.version
Davis Goodin [Fri, 30 Jun 2017 20:57:37 +0000 (15:57 -0500)]
Push packages before finalize, for latest.version

The publish target can fail (during download or push) which makes latest.version unreliable as a semaphore. Pushing before writing the file makes it reliable.

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

7 years agoUpgrade to BuildTools 2.0.0-prerelease-01726-03. (dotnet/core-setup#2764)
Ravi Eda [Fri, 30 Jun 2017 20:20:47 +0000 (15:20 -0500)]
Upgrade to BuildTools 2.0.0-prerelease-01726-03. (dotnet/core-setup#2764)

* Upgrade to BuildTools 2.0.0-prerelease-01726-03.

* Update NuGet.ProjectModel to 4.3.0-preview2-4095.

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

7 years agoRemove extra carriage return on trace output (dotnet/core-setup#2742)
Steve Harter [Fri, 30 Jun 2017 18:41:46 +0000 (13:41 -0500)]
Remove extra carriage return on trace output (dotnet/core-setup#2742)

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

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 agoUpdate prerelease label to preview2
Matt Ellis [Thu, 29 Jun 2017 00:31:13 +0000 (17:31 -0700)]
Update prerelease label to preview2

release/uwp6.0 is going to be using preview1

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

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