Commit Graph

6663 Commits

Author SHA1 Message Date
Chris R 3d62de4fe6 React to WebListener rename 2017-01-03 18:58:44 -08:00
Nate McMaster 8d94d9179d Don't delete the 'src' folder for VS2017 solutions 2017-01-03 12:20:09 -08:00
Cesar Blum Silveira 9e729bec9d Disable tests on SSL due to SslStream issue. 2016-12-29 11:19:46 -08:00
Nate McMaster b9d2ecb4e0 Cleanup console output, removing unuseful logging 2016-12-16 16:16:13 -08:00
Nate McMaster 6ca8127bd6 Add foundation for the testing from packages, not project references 2016-12-16 16:06:30 -08:00
Nate McMaster 6a6dfad418 Identify .Sources packages in the build graph 2016-12-15 11:42:16 -08:00
Pranav K 9323122c22 Explicitly specify the version of the CLI 2016-12-15 10:40:38 -08:00
Pranav K 4b9276bac2 Updating to 4.4 CoreFx packages 2016-12-14 14:47:32 -08:00
Pranav K b3afbc79d2 Updating to 4.4 CoreFx packages 2016-12-14 14:47:27 -08:00
Nate McMaster 503b4c97ed Resolve dependencies and packages from VS2017 solutions (#464)
* Update 'GetBuildGraph' to understand VS2017 solutions
* Ensure Universe allows repos to self-determine their version of KoreBuild
2016-12-14 11:09:47 -08:00
Daniel Roth 6833b6d73a Remove dnvm scripts 2016-12-13 09:11:38 -08:00
Ajay Bhargav Baaskaran 981dc794b3 Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:49:46 -08:00
Ajay Bhargav Baaskaran 12ab74493d Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:40:42 -08:00
N. Taylor Mullen f66374d274 Update .travis.yml osx image to xcode7.3. 2016-12-08 10:04:24 -08:00
N. Taylor Mullen 09b1f9e511 Update .travis.yml osx image to xcode7.3. 2016-12-08 10:02:34 -08:00
N. Taylor Mullen 5da505dfb0 Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 16:00:34 -08:00
N. Taylor Mullen 8fd272e7ac Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 15:58:01 -08:00
Chris R 4a5d8f2960 #126 Test the bin deployed aspnetcore.dll 2016-11-22 16:05:42 -08:00
Eilon Lipton b77ee2c7d1 Merge pull request #1819 from suryagh/readme
Readme: fix the broken links
2016-11-21 13:39:47 -08:00
Eilon Lipton 7820d3707c Merge pull request #1814 from julitogtu/patch-1
Add link to signalr
2016-11-21 13:18:54 -08:00
Nate McMaster 0d54ee5fcc
Clean tmp folder after unzipping KoreBuild 2016-11-18 10:56:54 -08:00
Nate McMaster 184fb812c9
Clean tmp folder after unzipping KoreBuild 2016-11-18 10:56:12 -08:00
Nate McMaster a6c8fcca2c
Clean tmp folder after unzipping KoreBuild 2016-11-18 10:53:29 -08:00
Daniel Roth f79e4a22ca Update for 1.1 release 2016-11-16 17:39:30 +01:00
suryagh 3120370dc5 Readme: fix the broken links
`https://docs.asp.net` is moved to `https://docs.microsoft.com/en-us/aspnet`
2016-11-15 19:50:34 -05:00
Julio Avellaneda fab6090685 Add link to signalr
SignalR is an amazing library to add real-time web functionality, and this has to be at the home of the aspnet home.
2016-11-11 10:52:33 -05:00
Pranav K de71fc340b Switch SignalR-* -> SignalR 2016-11-10 11:55:16 -08:00
Pranav K 35f4f22117 Fixing downgrade warnings 2016-11-10 09:00:52 -08:00
Pranav K 7f6410bc55 Updating versions to 1.2.0-* 2016-11-09 14:20:20 -08:00
Pranav K 8e4ab2c6ff Updating versions to 1.2.0-* 2016-11-09 14:17:00 -08:00
Pranav K 893a01aafe Merge branch 'rel/1.1.0' into dev 2016-11-09 12:51:43 -08:00
Pranav K 6661d93f5d Using rel/1.1.0 KoreBuild 2016-11-09 12:51:28 -08:00
Pranav K 72cfdf58b7 Merge branch 'rel/1.1.0' into dev 2016-11-09 11:42:44 -08:00
Pranav K 79195f27ef Branching for rel/1.1.0 2016-11-09 11:42:28 -08:00
Pranav K ede5e8d47d Merge branch 'rel/1.1.0' into dev 2016-11-09 11:34:26 -08:00
Pranav K fb8824ad43 Branching for 1.1.0 2016-11-09 11:34:23 -08:00
Pranav K 1889ef7dd7 Merge branch 'rel/1.1.0' into dev 2016-11-09 11:29:51 -08:00
Pranav K 5c56815fc8 Branching for 1.1.0 2016-11-09 11:29:47 -08:00
Andrew Stanton-Nurse eb94340ea9 pin publish-iis version 2016-11-07 10:09:53 -08:00
Ajay Bhargav Baaskaran 34f419f446 Added tags to project.json 2016-11-05 00:09:47 -07:00
jacalvar 7c6583986c Created public API baselines 2016-11-04 13:06:13 -07:00
Andrew Stanton-Nurse 5858c0a64a fix #85 by making HandshakeHelpers internal and tidying doc comments
we don't need to share it with anything in the current implementation
2016-11-03 10:27:15 -07:00
Andrew Stanton-Nurse f58a373704 fix #106 by removing ReplaceFeature 2016-11-02 15:58:17 -07:00
Andrew Stanton-Nurse b3f755dff3 add test timeout to autobahn conformance tests (#129) 2016-11-02 14:02:48 -07:00
Pranav K f7fc72dcf2 Looking for Coherence packages under artifacts\build in addition to packages-expanded directory 2016-11-01 10:04:54 -07:00
Andrew Stanton-Nurse 68839d76e3 allow 4.2.4 to have non-strict behavior (#128) 2016-10-31 14:04:20 -07:00
Andrew Stanton-Nurse 303f9ea2de update version to prepare for 1.1 release (#125)
* update version to prepare for 1.1 release

* update projects that reference WebSockets
2016-10-29 12:45:38 -07:00
Andrew Stanton-Nurse 18de340981 fix disposal of Deployers during autobahn suites 2016-10-27 15:49:58 -07:00
Daniel Roth 46f67be862 Update for ASP.NET Core 1.1 Preview 1 2016-10-24 16:42:53 -07:00
Pranav K 4a40733fc0 Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev 2016-10-17 10:20:08 -07:00