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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
William Godbe [Tue, 23 May 2017 22:03:20 +0000 (15:03 -0700)]
Sign ARM binaries in pipeline (dotnet/core-setup#2477)
* Sign ARM binaries in pipeline
* Sign msi before bundling
* Remove spaces
Commit migrated from https://github.com/dotnet/core-setup/commit/
a574014861010bf7dbedcd001599a809cb4f0a3a
Rama Krishnan Raghupathy [Tue, 23 May 2017 18:52:20 +0000 (11:52 -0700)]
Disabling global Shared FX lookup tests on windows
Commit migrated from https://github.com/dotnet/core-setup/commit/
b5a8215c0d2c0ae700fe979947b8d99f6e3bedc4
Rama Krishnan Raghupathy [Fri, 19 May 2017 22:53:37 +0000 (15:53 -0700)]
Modifying test for multilevel FX lookup
- Remove user profile testing
- add test for multiple global locations for non windows
Commit migrated from https://github.com/dotnet/core-setup/commit/
3b00d091c9ba42a140e2b689549fc3b43e12adad
Rama Krishnan Raghupathy [Fri, 19 May 2017 00:30:42 +0000 (17:30 -0700)]
roll forward across hive
Commit migrated from https://github.com/dotnet/core-setup/commit/
c3dd461c99bfdcb8d136bedf33e46156682fc348
Karthik Rajasekaran [Tue, 23 May 2017 21:36:16 +0000 (14:36 -0700)]
Merge pull request dotnet/core-setup#2495 from karajas/removeCentos
Remove centos from PublishRids
Commit migrated from https://github.com/dotnet/core-setup/commit/
df3188dafac88dd371ef26fda22e4f1f43adeb5f
Karthik Rajasekaran [Tue, 23 May 2017 21:25:20 +0000 (14:25 -0700)]
Remove centos from PublishRids
Commit migrated from https://github.com/dotnet/core-setup/commit/
ae2eaaa240b632312fb674688ff45f698ac88d3f
rakeshsinghranchi [Tue, 23 May 2017 21:00:46 +0000 (14:00 -0700)]
Update installer and archive names per new guidelines ( master/2.1.0) (dotnet/core-setup#2488)
* format installer and archive file name per new guidelines
* Update installer and archive name per new naming convention.
Commit migrated from https://github.com/dotnet/core-setup/commit/
8f1afb11fc1ab6c840986d5e8651f1e5680f39f8
Wes Haggard [Tue, 23 May 2017 19:59:45 +0000 (12:59 -0700)]
Merge pull request dotnet/core-setup#2494 from karajas/dedupPublish
Ensure Duplicate items aren't present during publish
Commit migrated from https://github.com/dotnet/core-setup/commit/
ff009f68c9ef089285cc90a4a6cc7437209532b4
karajas [Tue, 23 May 2017 18:57:41 +0000 (11:57 -0700)]
Ensure Duplicate items aren't present during publish
Commit migrated from https://github.com/dotnet/core-setup/commit/
41b99a6f96eaa46c505c11ca5c56fd7b901efc4d
dotnet bot [Tue, 23 May 2017 17:43:45 +0000 (10:43 -0700)]
Update CoreClr, Standard, WCF to preview1-25323-01, preview1-25323-01, preview1-25323-01, respectively (dotnet/core-setup#2486)
Commit migrated from https://github.com/dotnet/core-setup/commit/
c4a75d2d68ddaacc505a816d0c2970caeb21c07e
Karthik Rajasekaran [Tue, 23 May 2017 16:54:32 +0000 (09:54 -0700)]
Merge pull request dotnet/core-setup#2489 from karajas/debCasing
Fix casing of package name in generated deb json
Commit migrated from https://github.com/dotnet/core-setup/commit/
1a5afef7e7cc9c0d5cad2a24dcd89a8764af1b43