Commit Graph

6779 Commits

Author SHA1 Message Date
Pranav K e717011d9c Fixup feeds used for branching. 2015-09-01 14:07:02 -07:00
glennc 3854909d2b some minor text changes 2015-09-01 10:02:33 -07:00
Chris R 6bc7df851f Use new HttpContext.Features API. 2015-08-31 09:45:21 -07:00
Chris R 821f470bb5 React to string[] -> StringValues changes. 2015-08-28 14:40:15 -07:00
Hao Kung a4144caedd React to options 2015-08-26 16:05:51 -07:00
glennc 870b6c9bb5 Set beta7 version numbers. 2015-08-26 11:18:21 -07:00
Anthony van der Hoorn 92dc38ffd1 Missing "commands" from project.json
This was stopping the project running in VS
2015-08-24 10:21:28 -07:00
Anthony van der Hoorn a984ea77a8 Switch over target on which server is open for 2015-08-24 10:20:32 -07:00
Anthony van der Hoorn 02fefd8b31 Fix problem with client not connecting on the correct port 2015-08-24 10:18:45 -07:00
ASP.NET Push Bot a2a1c637c9 ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: aspnet/dnvm@184a7254d8
2015-08-24 09:56:55 -07:00
Fabien Dehopré 17bd0c8e61 update install commands for Windows
update both CMD and Powershell install commands for Windows to include the configuration of the corporate proxy
2015-08-24 12:14:01 +02:00
Fabien Dehopré bab8777bd9 add default proxy support to dnvminstall.ps1
Retrieve the default proxy settings from the system and also set the proxy credentials from the system too
2015-08-24 11:55:57 +02:00
N. Taylor Mullen ad0dbe7314 Update 'build.sh' to pull Sake from v2 NuGet feed. 2015-08-20 20:47:37 -07:00
N. Taylor Mullen 35fd0403a6 Update 'build.sh' to pull Sake from v2 NuGet feed. 2015-08-20 20:46:00 -07:00
N. Taylor Mullen e43e3c7b52 Update 'build.cmd' to pull Sake from v2 NuGet feed. 2015-08-20 15:38:31 -07:00
N. Taylor Mullen 00e703782d Update 'build.cmd' to pull Sake from v2 NuGet feed. 2015-08-20 15:36:55 -07:00
N. Taylor Mullen a9365e48c2 Update NuGet feed from v2 => v3. 2015-08-19 14:55:07 -07:00
N. Taylor Mullen fb56515af8 Update NuGet feed from v2 => v3. 2015-08-19 14:52:43 -07:00
Pranav K c3c3b7791b Updating to aspnetlitedev. 2015-08-18 14:00:27 -07:00
Pranav K 15dff9dcfa Merge branch 'release' into dev 2015-08-18 14:00:27 -07:00
Pranav K c3825f86c3 Updating to aspnetliterelease. 2015-08-18 14:00:26 -07:00
Pranav K df3168a53a Updating to aspnetlitedev. 2015-08-18 14:00:18 -07:00
Pranav K 6ff976be65 Merge branch 'release' into dev 2015-08-18 14:00:18 -07:00
Pranav K 86c2d546fa Updating to aspnetliterelease. 2015-08-18 14:00:17 -07:00
Pranav K e300e592ec Merge branch 'release' into dev 2015-08-17 14:49:23 -07:00
Pranav K 4b7c990b3e Updating to release NuGet.config. 2015-08-17 14:49:21 -07:00
Pranav K 73d959fae7 Merge branch 'release' into dev 2015-08-17 14:47:55 -07:00
Pranav K 17b7e92fc3 Updating to release NuGet.config. 2015-08-17 14:47:52 -07:00
Pranav K e5bea0fa1e Switching to aspnetrelease feed in Universe
Short term fix in the absence of ability to do this via build.cmd.
2015-08-17 14:39:01 -07:00
Pranav K 0b8a3e8fcb Updating to release NuGet.config 2015-08-17 14:10:40 -07:00
Pranav K b87497c6da Tweaking update-release target to be runnable from the CI
* Relying on git log --exit-code to fail in case there are unmerged
  changes in the release branch.
* Specifically update aspnetvnext feed when branching to release.
2015-08-17 14:09:05 -07:00
David Fowler 412b4b9d69 Use the same libuv install script on travis as kestrel 2015-08-15 03:25:42 -07:00
Andrew Stanton-Nurse b1a1f52331 Direct users to docs site for Mac instructions 2015-08-14 15:42:53 -07:00
Kirthi Krishnamraju d487a709e5 fix build break due to aspnet/configuration #246 2015-08-14 10:04:49 -07:00
Chris R 3d06f3dfc2 Add ServerTests repo to build list. Fix build list ordering. 2015-08-13 14:28:31 -07:00
Kiran Challa 80bc61cbea Reacting to disposable logger provider 2015-08-13 08:48:40 -07:00
Stephen Halter e2be1a164f React to Kestrel rename
aspnet/KestrelHttpServer#11
2015-08-12 11:55:36 -07:00
Kiran Challa 6474c99343 Enable pinning build script 2015-08-12 05:37:36 -07:00
Kiran Challa 1a7f12245c Enable pinning build script 2015-08-11 16:57:49 -07:00
Stephen Halter 136b1b4442 React to Kestrel rename
aspnet/KestrelHttpServer#11
2015-08-11 16:43:58 -07:00
Kiran Challa 3940873943 Enable pinning build scripts(build.cmd) 2015-08-11 16:08:55 -07:00
Chris R b51cf63637 #49 React to CoreCLR Cryptography package changes. 2015-08-11 14:43:06 -07:00
Pranav K 4342f25ece Reacting to DI changes 2015-08-11 13:04:40 -07:00
Chris R 9bebd183d7 #396 React to CoreCLR Cryptography package refactoring. Remove transitive dependencies. 2015-08-11 10:34:11 -07:00
ASP.NET Push Bot f0b178d18a ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@a00daf653d
2015-08-10 13:50:46 -07:00
ASP.NET Push Bot 76e0c67b85 ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@3127a919e4
2015-08-10 13:40:25 -07:00
Victor Hurdugaci 7b0f6e7c2a Build tests and samples during regular build 2015-08-10 12:04:25 -07:00
Ajay Bhargav Baaskaran 73474132d1 Added a target to verify nupkgs with NugetPackageVerifier 2015-08-07 10:58:46 -07:00
moozzyk 3147920607 Reaciting to removing folder (including `.`) from the dnx command 2015-08-06 07:40:14 -07:00
Victor Hurdugaci ef4a0a3ebb Add the ability to specify what repos to include/exclude while building 2015-08-05 14:45:18 -07:00