Commit Graph

115 Commits

Author SHA1 Message Date
John Luo cc69cacaea Reacting to Configuration API update 2016-04-04 12:18:35 -07:00
Doug Bunting 52e5ccdac7 React to HttpAbstractions namespace changes
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592
- clean up `using`s
2016-03-30 16:07:22 -07:00
John Luo 7a3da26d87 React to Kestrel extensions 2016-03-30 15:45:27 -07:00
BrennanConroy cad873d949 React to Deployer changes 2016-03-25 14:59:49 -07:00
David Fowler cf9509baca Fixed the build 2016-03-25 01:56:45 -07:00
Pranav K 92cb5120ae React to Hosting changes 2016-03-24 14:11:36 -07:00
John Luo c43fb71cff Reacting to Hosting changes 2016-03-24 11:47:56 -07:00
Pranav K a1f32e5651 Making build.sh executable 2016-03-23 10:15:59 -07:00
Pranav K ead553b237 Updating to v3 NuGet feed 2016-03-22 16:05:05 -07:00
Pranav K 968eec59ae Revert "Revert "Reacting to CoreCLR package changes""
This reverts commit 3b02600566.
2016-03-22 16:02:09 -07:00
Pranav K 3574a25316 Revert "Revert "Reacting to CoreCLR package changes""
This reverts commit 33dd349cd0.
2016-03-22 15:07:20 -07:00
Doug Bunting 3b02600566 Revert "Reacting to CoreCLR package changes"
This reverts commit 1d91b7bb0d.
2016-03-22 09:38:50 -07:00
Pranav K 33dd349cd0 Revert "Reacting to CoreCLR package changes"
This reverts commit 1786e21426.
2016-03-21 14:24:00 -07:00
Pranav K 1786e21426 Reacting to CoreCLR package changes 2016-03-21 06:51:32 -07:00
Pranav K 1d91b7bb0d Reacting to CoreCLR package changes 2016-03-20 23:54:07 -07:00
moozzyk a15826399d Racting to ASPNETCORE_APPLICATIONBASE -> ASPNETCORE_CONTENTROOT rename 2016-03-18 14:52:00 -07:00
Chris R 712b6f78bb #95 Add the ForwardedHeadersMiddleware by default. 2016-03-18 11:21:17 -07:00
moozzyk a3f8648710 Reacting to ASPNET_ => ASPNETCORE_ rename 2016-03-15 13:21:54 -07:00
moozzyk 54bc8022af Moving publish-iis from httpPlatformHandler to aspNetCoreModule 2016-03-15 13:21:53 -07:00
moozzyk 5c50ba0898 Creating Microsoft.AspNetCore.Server.IISIntegration.Tools package
See #95
2016-03-15 13:21:52 -07:00
Cesar Blum Silveira 5442cbe6a5 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:35:01 -07:00
Chris R 9e6dc5b2da #95 Add the IISMiddleware via a IStartupFilter. 2016-03-14 09:59:49 -07:00
Chris R 46eef2eafb Add Microsoft.AspNetCore.Server.IISIntegration to NuGetPackageVerifier 2016-03-10 11:45:46 -08:00
Chris R 126ed6c4de #95 Switch the middleware from HttpPlatfromHandler to AspNetCoreModule. 2016-03-10 10:11:49 -08:00
moozzyk 3e7efd04da Appending .exe to the project name instead of just changing the extension
Fixes #93
2016-03-08 16:43:22 -08:00
John Luo 420382133e Reacting to KoreBuild changes 2016-03-08 14:30:28 -08:00
Victor Hurdugaci 7cd2092c7f Update the build scripts to the latest version 2016-03-07 20:55:01 -08:00
John Luo 8f811502d5 Reacting to Hosting deployer change 2016-03-04 11:56:20 -08:00
Ajay Bhargav Baaskaran c737227b3c Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:32:54 -08:00
Doug Bunting 83c93c79e6 Remove project name from output path
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 18:54:50 -08:00
N. Taylor Mullen 8f2c77caac Re-add netstandard for non-tool project. 2016-03-02 11:23:31 -08:00
N. Taylor Mullen 911506dc6b Revert "Transition to netstandard."
This reverts commit 078604f3a8.
2016-03-02 10:06:46 -08:00
N. Taylor Mullen 078604f3a8 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:36:12 -08:00
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