N. Taylor Mullen
342676925f
Update ASP.NET 5 versions for ASP.NET Core.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:39:12 -08:00
N. Taylor Mullen
43dfd15a01
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:32:33 -08:00
N. Taylor Mullen
9beb46dff1
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:42 -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
e28aa5f568
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:49 -08:00
N. Taylor Mullen
5227607c58
Rename AspNet 5 folders and files.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:46 -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
N. Taylor Mullen
b062f851dc
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:23:51 -08:00
N. Taylor Mullen
3cfe2f3070
Rename AspNet 5 folders and files.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:23:44 -08:00
N. Taylor Mullen
e2801d6c20
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:20:58 -08:00
N. Taylor Mullen
582e222c2b
Rename AspNet 5 folders and files.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:20:54 -08:00
N. Taylor Mullen
79558ae8d3
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:19:23 -08:00
N. Taylor Mullen
c564dfd202
Rename AspNet 5 folders and files.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:19:22 -08:00
N. Taylor Mullen
b87a8001fe
Rename AspNet 5 folders and files.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:16:08 -08:00
Victor Hurdugaci
3e2798957a
Exit on change option
2016-01-22 11:44:56 -08:00
Brennan
d20b14d846
React to Fileproviders namespace changes
2016-01-21 16:48:58 -08:00
Pranav K
91ee0f323b
Reacting to CoreCLR package version change
2016-01-20 21:03:04 -08:00
Pranav K
40bbad4262
Reacting to CoreCLR package version change
2016-01-20 20:59:53 -08:00
Pranav K
40824999c6
Reacting to CoreCLR package version change
2016-01-20 20:58:22 -08:00
Pranav K
9a05ea80c4
Removing System.Runtime.Extensions
2016-01-20 20:47:18 -08:00
Pranav K
c8aa4c2c51
Reacting to CoreCLR version changes
2016-01-20 20:39:57 -08:00
Chris R
c157d601a2
Avoid merging with anonymous users.
2016-01-20 16:29:20 -08:00
Pranav K
099bc91ef2
Removing --parallel flag
2016-01-20 11:07:17 -08:00
Pranav K
786530fcb3
Use a fixed version of CLI
2016-01-20 10:54:36 -08:00
Stephen Halter
8ea24f05f4
Merge branch 'benaadams/reduce-sync-over-async' into dev
2016-01-19 16:35:51 -08:00
Ben Adams
fa8fe3d085
Complete sync-blocked calls directly
2016-01-19 22:38:08 +00:00
moozzyk
10964cc04f
Disabling parallel restore on Mac and Linux
2016-01-19 14:14:41 -08:00
Andrew Stanton-Nurse
2e02adcfc7
Update _dotnet-restore.shade
2016-01-19 12:39:42 -08:00
Andrew Stanton-Nurse
2564e466e4
Remove --parallel
...
Now that dotnet cli is using NuGet, it's parallel by default!
2016-01-19 12:26:52 -08:00
Brennan
63cd6149d1
Removed IsLocal from ConnectionInfo
2016-01-19 08:37:47 -08:00
Ben Adams
d3d9c8d546
Write async chunks async
2016-01-18 13:39:13 +00:00
John Luo
5a284732af
Reacting to hosting rename
2016-01-17 16:49:26 -08:00
John Luo
9885377148
Reacting to hosting rename
2016-01-17 16:34:17 -08:00
John Luo
488187ff79
Reacting to hosting rename
2016-01-17 16:33:48 -08:00
Pranav K
9ad62d7963
Updating to Newtonsoft.Json 8.0.2
2016-01-15 15:36:29 -08:00
Victor Hurdugaci
3e1b55701a
Install xunit.core
2016-01-15 12:05:55 -08:00
Pranav K
9bc8cc1def
Updating CLI _k-standard-goals to remove use of dnu pack
...
Fixes #355
2016-01-15 10:46:30 -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
Nate McMaster
dd81654b33
Fix path to korebuild folder in bash script
2016-01-15 09:56:50 -08:00
Nate McMaster
0c0b724009
Run specific targets in bash
2016-01-14 16:47:35 -08:00
Nate McMaster
cec2051151
Updating build script
2016-01-14 16:41:14 -08:00
Stephen Halter
129a5ad474
Bypass LibuvStream if no ConnectionFilter wraps it
2016-01-14 15:28:54 -08:00
Ajay Bhargav Baaskaran
99474a2709
Removed use of dnu commands
2016-01-14 11:57:29 -08:00
Stephen Halter
e5ad019575
Revert "Merge branch 'benaadams/copyfrom-perf' into dev"
...
This reverts commit ce61282320 , reversing
changes made to 7ef70bc145 .
2016-01-14 11:47:23 -08:00
Chris R
3458f80ec4
Rename windows auth forwarder header to MS-PLATFORM-HANDLER-WINAUTHTOKEN.
2016-01-14 10:29:39 -08:00
Pranav K
1dba1cc661
Bumping Json.Net version to 8.0.1
2016-01-13 18:25:44 -08:00
Chris R
cc1cb1d480
#27 Forward client certificates.
2016-01-13 15:07:14 -08:00
Cesar Blum Silveira
d70e1eca73
Honor KOREBUILD_TEST_SKIPMONO ( #353 ).
2016-01-13 12:43:34 -08:00
Cesar Blum Silveira
8b6df5f704
Set DOTNET_HOME to correct path ( #350 ).
2016-01-13 12:00:45 -08:00