Pranav K
30785419f8
Install KLR as part of Universe build.sh
2014-10-21 14:27:31 -07:00
Pranav K
9b33f3f9d9
Changes to run smoke test on Mono
2014-10-21 12:24:54 -07:00
Diego Vega
91ec215469
Removing repos Home and BugTracker
2014-10-20 16:21:55 -07:00
Brice Lambson
d86bb2d9c8
Add Home & BugTracker to "all repos" list
2014-10-06 12:08:38 -07:00
Brice Lambson
ba1b99c745
Re-add checkout command to update-master task
2014-10-06 10:51:37 -07:00
Brice Lambson
6d1a6c5231
Add update-master target
2014-10-06 10:35:32 -07:00
Pranav K
83f1901844
Modify .gitattributes to ensure sh files always have LF line endings
2014-09-21 17:54:03 -07:00
Pranav K
78458c1869
Adding kvm.sh to KoreBuild
2014-09-21 15:41:33 -07:00
Pranav K
029d6b4b58
Add "update-release" target to merge dev branches to release
2014-09-16 13:43:27 -07:00
Pranav K
9c31dbc684
Bulding Universe does not require kvm
2014-09-11 06:23:54 -07:00
David Fowler
3b0058ddd9
Updated the build template to use the new kvm
2014-09-05 01:33:39 -07:00
David Fowler
d8eb06c0f0
Updated kvm to the latest
...
- Added -runtime switch
2014-09-05 01:10:26 -07:00
Brice Lambson
293c761eaf
Run tests targeting aspnet* frameworks
2014-08-29 10:12:28 -07:00
Pranav K
e61a7e1927
Adding Caching to Universe repo list
2014-08-20 07:07:37 -07:00
Pranav K
25b1243c7f
Adding a target to force push master branch
2014-08-18 10:23:12 -07:00
Pranav K
f3d544bc1f
Changes to support reseting master to release
2014-08-18 10:07:50 -07:00
dougbu
6f7e62201b
Support test for XML documentation errors
...
- can't be done as a unit test because `k.cmd test` doesn't write assemblies for referenced projects
- instead support extending the "test" target in builds
To enable this in a repo, add the following to the makefile.shade file:
```
#xml-docs-test target='test'
k-xml-docs-test
```
Example output with one syntax error and one invalid reference:
```
info: Target xml-docs-test
warn: Invalid documentation syntax in src\Microsoft.AspNet.Mvc.Core\bin\debug\net45\Microsoft.AspNet.Mvc.Core.xml
warn: 3170: <!-- Badly formed XML comment ignored for member "T:Microsoft.AspNet.Mvc.Rendering.HtmlHelper" -->
warn: 3203: If the object is already an <see cref="!:IDictionaries<string, object>"/> instance, then it is
```
2014-08-11 16:17:15 -07:00
Pinpoint
c3daa5c8c0
Handle paths containing spaces in build.cmd
...
#99
2014-08-06 18:09:26 +02:00
Pranav K
bacfb03a1e
Reverting repo list to topological order
2014-08-05 16:01:01 -07:00
Pranav K
30280ee54e
Adding scaffolding to Universe
2014-08-05 15:20:51 -07:00
Pranav K
04b29ed629
Updating makefile to remove duplication in repo name usage
2014-08-05 15:19:57 -07:00
David Fowler
c27ba5f00f
Made some tweaks to k test
...
- Change to look in frameworks instead of configurations when
running tests
- Assume net45 if nothing specified
2014-07-13 22:24:47 -07:00
Pranav K
f18a1b3465
Updating _k-build to actually pass in configuration
2014-07-10 13:47:45 -07:00
Pranav K
77409f8f6e
Flow Configuration from environment when doing k build
2014-07-10 13:21:32 -07:00
DamianEdwards
79111650f0
Fixed node/npm/grunt tasks to use global install if available
2014-07-08 13:42:47 -07:00
DamianEdwards
861e3df43b
Only install node/npm/bower if not installed globally
2014-07-08 12:43:56 -07:00
DamianEdwards
f290ec014f
Change native-compile to no-op if no native projects found
...
- #93
2014-07-02 14:38:52 -07:00
David Fowler
6277e70ac8
Added KestrelHttpServer
2014-06-29 08:44:08 -07:00
AndriySvyryd
e32d1b069f
Using the default namespace for the resources class
2014-06-27 15:40:38 -07:00
Brice Lambson
efd257a7be
Run tests on both k10 and net45
2014-06-25 09:46:41 -07:00
Pranav K
4b5b85a2ac
Use K_BUILD_VERSION in Universe if specified.
2014-06-22 06:24:18 -07:00
Pranav K
0023eac56b
Modify KoreBuild to not set a K_BUILD_VERSION if it is already set (CI scenarios)
2014-06-21 18:25:10 -07:00
Louis DeJardin
e41d2a4a3c
Adding universe build target for init-release
...
Creates release branch and updates NuGet.config as appropriate
2014-06-20 13:37:25 -07:00
David Fowler
980e28a79f
Updated kvm.ps1
2014-06-20 12:35:56 -07:00
Brice Lambson
782e586c22
Bump versions to *-alpha2-*
2014-06-19 16:05:56 -07:00
Wei Wang
9a53c1d773
Change the author of package to MS OpenTech
2014-06-18 22:09:39 -07:00
Wei Wang
213cddb339
Default author is set in KoreBuild script
...
- If there is a non-empty env var "K_AUTHOR", use its value as default
author
- Otherwise, use the value of predefined var "AUTHORS"
2014-06-18 15:28:29 -07:00
David Fowler
a1583f298c
Change k build to kpm build.
2014-06-15 07:49:55 -07:00
David Fowler
2e6f9859a9
Fixed duplicates in repo list
2014-06-15 07:42:33 -07:00
David Fowler
8422d7413a
Fix dependency order or projects
2014-06-15 07:32:53 -07:00
David Fowler
60c1d007fa
Merge pull request #65 from khellang/patch-1
...
Added exception message to warning when `git clone` fails
2014-06-15 06:52:57 -07:00
Ryan Nowak
545c614320
temporarily disable stylecop for tests
2014-06-11 16:47:17 -07:00
Pranav K
d8018a8b4e
Updating build.sh based on KRuntime changes
2014-06-10 17:15:57 -07:00
Pranav K
79f627868a
Updating build.sh based on KRuntime changes
2014-06-10 17:10:50 -07:00
Brice Lambson
9774d4531f
Revert "Run tests on both net45 and k10 ( Fix #42 )"
...
This reverts commit c2a22b57b0 .
2014-06-09 15:46:27 -07:00
Brice Lambson
c2a22b57b0
Run tests on both net45 and k10 ( Fix #42 )
2014-06-09 14:18:41 -07:00
Brice Lambson
71a77685e6
Add Resources.cs to fix VS warnings
2014-06-06 09:42:09 -07:00
Pranav K
967ca3757e
Updating makefile to include Options and Logging repos
2014-06-03 11:06:48 -07:00
Pranav K
f467b1f8f3
Adding switch to build.cmd to skip KRE install
2014-06-03 10:11:51 -07:00
Pranav K
9d3b449f9f
Use '\n' instead of Environment.NewLine when tokenizing multi-line resx
...
statements
Fixes #76
2014-05-29 16:43:02 -07:00