Commit Graph

12009 Commits

Author SHA1 Message Date
ASP.NET Push Bot 584901a038 ⬆️ kvm.ps1, kvm.cmd
Source: aspnet/kvm@a0e0d95abc
2015-01-15 11:45:21 -08:00
ASP.NET Push Bot 9832f3444a ⬆️ kvm.ps1, kvm.cmd
Source: aspnet/kvm@2c0f673023
2015-01-15 11:21:35 -08:00
ASP.NET Push Bot 33a238b11d ⬆️ kvm.ps1, kvm.cmd
Source: aspnet/kvm@5ed15ec21e
2015-01-15 10:57:57 -08:00
ASP.NET Push Bot 6f22c1434e ⬆️ kvm.ps1, kvm.cmd
Source: aspnet/kvm@4ba740de9f
2015-01-13 14:55:51 -08:00
ASP.NET Push Bot 5eebd3d75c ⬆️ kvm.ps1, kvm.cmd
Source: aspnet/kvm@4ba740de9f
2015-01-13 10:23:38 -08:00
ASP.NET Push Bot 2646c38823 ⬆️ kvm.ps1, kvm.cmd
Source: aspnet/kvm@70bfec8eb2
2015-01-13 09:52:42 -08:00
Aligned d5143f5004 Change ASP.NET vNext to ASP.Net 5 2015-01-12 15:13:17 -06:00
ASP.NET Push Bot 3e5733064c ⬆️ kvm.ps1, kvm.cmd
Source: aspnet/kvm@101fa9a15e
2015-01-12 12:20:55 -08:00
Praburaj Thiagarajan 29acc23ea8 Merge pull request #268 from peterblazejewicz/fix/compiler-warning
Refactor method to explicit helper. Fixes #253
2015-01-12 12:19:06 -08:00
ASP.NET Push Bot 56947842bf ⬆️ kvm.ps1, kvm.cmd
Source: aspnet/kvm.git@0471222770
2015-01-12 12:13:51 -08:00
Peter Blazejewicz 36073fff3c Refactor method to explicit helper. Fixes #253
- change method name to be more explicit about method role
- update method use in controller

#253
2015-01-12 20:58:42 +01:00
ASP.NET Push Bot 80d9fb4781 ⬆️ kvm.ps1, kvm.cmd
Source: git@github.com:aspnet/Home commit 9af8d52c9fd9779827d84a8e11dde5b0d5478165
2015-01-12 11:42:59 -08:00
Praburaj 8e4c1393a7 Updating Kvm in home/dev 2015-01-06 10:23:35 -08:00
Kai Ruhnau c008b3922d Fixed the casing of the configuration 2015-01-06 18:37:12 +01:00
David Fowler e421b3f01c Throw better error when libuv can't be loaded
- Throw more specific exception for *nix machines
2014-12-26 21:24:35 -08:00
Levi B e9c4a8c9de Conditionally run CNG tests only on supported platforms. 2014-12-18 15:43:08 -08:00
Pranav K 52a72e6b0e Updating makefile.shade so build only-compile is pretty printed in
TeamCity
2014-12-18 14:06:45 -08:00
Victor Hurdugaci 03d174efe2 Skip bug config on CI 2014-12-18 10:50:57 -08:00
Suhas Joshi 3b99fb5b9e Added new target for release check 2014-12-18 10:35:45 -08:00
Victor Hurdugaci a92e2e9c00 Throw when a repo fails to build 2014-12-17 15:52:24 -08:00
Brennan 47c870c871 Update tests to use official xunit 2014-12-17 10:56:55 -08:00
Brennan d08e5d3572 Updating tests to use official xunit 2014-12-17 10:46:08 -08:00
Brennan 32ff0e14a1 Missed a comma, whoops 2014-12-16 10:24:47 -08:00
Pranav K 8136affef9 Updating exception filters to use when instead of if 2014-12-16 10:21:48 -08:00
Brennan 372cedda69 Update tests to use official xunit 2014-12-16 10:21:42 -08:00
Pranav K 2e943eb3ab Reacting to System.Diagnostics.Tracing version change 2014-12-15 16:20:40 -08:00
Pranav K 017549aa46 Reacting to System.Threading version changes 2014-12-15 15:10:39 -08:00
Pranav K 10a32fda26 Reacting to System.Threading version changes
* Sorting project.json references alphabetically
2014-12-15 14:44:33 -08:00
Chris Ross 04fbb076b2 #22 - Update client tests to use Kestrel so they can run on Win7. 2014-12-15 14:18:58 -08:00
Pranav K b3eaf788dd Updating build pull to pull to pull in parallel 2014-12-15 14:17:29 -08:00
Chris Ross 2cdce758b1 Fix dependency versions. 2014-12-12 14:54:01 -08:00
Chris Ross 0ae0435e98 Add a solution and kproj files. 2014-12-12 14:21:12 -08:00
Chris Ross 1b2415c5b3 Clean up samples. 2014-12-12 14:20:47 -08:00
Suhas Joshi 3ebda03df9 Updating dev with latest on master 2014-12-10 17:43:57 -08:00
Victor Hurdugaci 4114c872ac Add the complete build option to the build script (build + test) 2014-12-10 14:07:58 -08:00
Suhas Joshi d74c4201f2 Updating to dev NuGet.config 2014-12-08 15:25:11 -08:00
Suhas Joshi 425e9305a5 Updating to dev NuGet.config 2014-12-08 15:25:08 -08:00
Suhas Joshi ae6698a924 Updating to dev NuGet.config 2014-12-08 15:24:14 -08:00
Suhas Joshi 42c2a0a56d Updating to release NuGet.config 2014-12-08 15:16:19 -08:00
Suhas Joshi ae6c971bfb Updating to release NuGet.config 2014-12-08 15:16:10 -08:00
Suhas Joshi 641cb38d5d Updating to release NuGet.config 2014-12-08 15:12:36 -08:00
Doug Bunting ea355e137f Fix #118, Only check K projects for XML documentation errors
- ignore leftover XML files e.g. from other branches
 - tested manually in MVC repo with a bad doc file outside a K project
- limit checked XML files to those in `bin` directory under K projects
- align with clean target: that only removes bin directories under K projects
- approach ignores XML files in .csproj projects but no such projects in
  repos where _k-xml-docs-test.shade file is used

Address old [comment](https://github.com/aspnet/Universe/pull/101/files#r16633938) from @Eilon on PR#101
> Traditionally we use i++ and not ++i.
2014-12-04 10:37:42 -08:00
Brice Lambson 42f92f78e6 Remove some repos 2014-12-01 16:25:38 -08:00
Brice Lambson 22e94d2fbb Add IsTeamCity flag 2014-12-01 10:48:12 -08:00
Giovanni Bassi f1b36e038b update readme.md to new github repo for libuv 2014-11-30 13:55:24 -02:00
Victor Hurdugaci f505d52771 Add schema version to kproj files 2014-11-25 11:10:52 -08:00
Victor Hurdugaci 4a2dd8f279 Add schema version to kproj files 2014-11-25 10:54:18 -08:00
Victor Hurdugaci 0c841f934e Add schema version to kproj files 2014-11-25 10:36:04 -08:00
Hao Kung f3e9381f16 GetServices -> AddDataProtection 2014-11-24 16:40:13 -08:00
Suhas Joshi f61b1496b2 Updating commands for non windows machines 2014-11-24 14:27:43 -08:00