Commit Graph

82 Commits

Author SHA1 Message Date
Victor Hurdugaci 20d5997c5f Return the error code from build.cmd 2016-02-28 10:12:16 -08:00
Victor Hurdugaci 060aa7f6c2 Update the build scripts 2016-02-27 12:51:12 -08:00
Doug Bunting 40e242cb98 Update `build.cmd` to match latest template
- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
2016-02-24 12:46:33 -08:00
moozzyk 90763b60a5 Fixing the build caused by new dotnet CLI 2016-02-22 17:31:04 -08:00
moozzyk f4e69beea1 Creating webroot if one does not exists
One scenario it is useful is where the webroot does not contain any files. In this case even if the webroot is included in the "content" section dotnet publish does will not publish it.
2016-02-22 17:11:57 -08:00
John Luo bdc76ddfd6 Updating test TFMs for custom test discovery 2016-02-19 14:17:33 -08:00
Ajay Bhargav Baaskaran 97664e84f9 Renamed file 2016-02-19 10:52:39 -08:00
Ajay Bhargav Baaskaran a0169238d0 Enabled xml doc generation 2016-02-18 16:17:02 -08:00
moozzyk edff3a563c Adding messages showing that the tool is running 2016-02-11 10:55:43 -08:00
moozzyk 971667e7da Strong naming dotnet-publish-iis 2016-02-11 10:48:05 -08:00
Kiran Challa 8a3d1bd881 Enable tests to run using dotnet xunit runner 2016-02-10 00:18:03 -08:00
Victor Hurdugaci e9921a75a2 Build with dotnet 2016-02-08 15:16:34 -08:00
N. Taylor Mullen 6eb091052d Update project.json to remove redundant System.Runtime dependency.
- This package is pulled in transitively.
2016-02-05 17:22:40 -08:00
John Luo 563052f800 Updating sample to new CLI 2016-02-04 17:34:31 -08:00
Hisham Bin Ateya 1da365ce4c Add 'UseServer' 2016-02-04 17:34:31 -08:00
moozzyk ca6bef4c11 Adding missing [Fact] attribute 2016-02-04 13:28:33 -08:00
moozzyk 186c26f6a1 Adding ASPNET_APPLICATIONBASE environment variable to fix MVC views in IIS 2016-02-03 13:05:12 -08:00
Cesar Blum Silveira d264a86c5d Reference Microsoft.NETCore.Platforms where necessary. 2016-02-03 11:31:19 -08:00
Brennan 1fd703e56f React to Logging API changes 2016-01-27 14:39:00 -08:00
Pranav K 68b5c950c9 Temporarily revert "Adding messages showing that the tool is running" until we can sort out fetching packages
This reverts commit 824acd1ace.
2016-01-25 11:15:43 -08:00
moozzyk 824acd1ace Adding messages showing that the tool is running 2016-01-25 10:23:58 -08:00
moozzyk bed9432275 Adding creating Azure specific configuration 2016-01-25 10:17:11 -08:00
moozzyk 674efca4de Adding HttpPlatformHandler logging defaults to web.config
- writing a default path to log file if one does not exist
 - setting stdoutLogEnabled to false if the attribute does not exist
2016-01-25 10:17:10 -08:00
Chris R 31f4b41a2e Remove unused broken WebListener dependency. 2016-01-25 10:11:04 -08:00
N. Taylor Mullen f30406c6bc Update ASP.NET 5 versions for ASP.NET Core.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:28:30 -08:00
N. Taylor Mullen 3541bb01c2 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:23:57 -08:00
N. Taylor Mullen 9cec1b4e10 Rename AspNet 5 folders and files.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:23:55 -08:00
Chris R c157d601a2 Avoid merging with anonymous users. 2016-01-20 16:29:20 -08:00
John Luo 488187ff79 Reacting to hosting rename 2016-01-17 16:33:48 -08:00
moozzyk 4d4dfedd59 dotnet-publish-iis refactoring
- moving command logic to a dedicated class
- adding logic for reading webroot value from a parameter, hosting.json file and folder structure
- reading application name from project.json instead of a parameter
2016-01-15 10:36:38 -08:00
Chris R 3458f80ec4 Rename windows auth forwarder header to MS-PLATFORM-HANDLER-WINAUTHTOKEN. 2016-01-14 10:29:39 -08:00
Chris R cc1cb1d480 #27 Forward client certificates. 2016-01-13 15:07:14 -08:00
moozzyk b2a3f871c0 Microsoft.AspNet.Tools.PublishIIS -> dotnet-publish-iis
Renaming Microsoft.AspNet.Tools.PublishIIS to dotnet-publish-iis as this is the convention dotnet tools must follow
2016-01-12 14:15:21 -08:00
Chris R 0589b883b8 #14, 52 Add IWebApplicationBuilder.UseIISPlatformHandlerUrl, include path base 2016-01-12 13:33:21 -08:00
John Luo 11025b894e Updating to new options pattern 2016-01-08 17:06:11 -08:00
moozzyk deca0f3bef fixing build 2016-01-08 16:35:37 -08:00
John Luo d8b6b27a5d Adding publish iis as a project and minor cleanup 2016-01-08 14:55:38 -08:00
moozzyk ae61490092 publish-iis command 2016-01-08 10:29:40 -08:00
John Luo 460b0c993a Adding back middleware initialization with options instance. 2015-12-23 15:43:05 -08:00
John Luo 6d202b0fdf Standardizing middleware to use configureOptions lambda 2015-12-22 20:42:09 -08:00
Chris R f3f7027438 React to Hosting changes. 2015-12-21 10:20:59 -08:00
John Luo efcc7ae956 Reacting to new Hosting API 2015-12-17 19:14:35 -08:00
Pranav K b1a671f3fc Merge branch 'release' into dev 2015-12-11 12:23:32 -08:00
Pranav K 0158c75ed5 Updating to release NuGet.config. 2015-12-11 12:23:29 -08:00
Brennan 41cd7bf45e Remove display name for Negotiate and Ntlm 2015-12-10 10:19:13 -08:00
John Luo e62767ab9d Fixing typo in previous commit 2015-12-07 18:00:14 -08:00
John Luo abdd98cd1f Reacting to verbose rename 2015-12-07 17:54:04 -08:00
Chris R 0a5b8dd660 Update sample. 2015-12-07 17:09:43 -08:00
Hisham Bin Ateya 29b90ea070 Simplify AuthenticationHandler using LINQ 2015-12-07 14:01:57 -08:00
Chris R f8ff2cd6d1 Remove x-fowarded-for and x-forwarded-proto. 2015-12-07 10:10:31 -08:00