Commit Graph

7 Commits

Author SHA1 Message Date
Pranav K 29c346ebf8 Remove do-deep-clean and rely on Universe to clean on build on the CI 2015-02-12 22:21:34 -08:00
Pranav K 0d1b35b6ec Run deep-clean on the CI prior to building 2015-02-12 14:58:19 -08:00
Doug Bunting 731722ae36 Add `deep-clean` to `verify` target
- help CI machines with directory cleanup
- this target is not normally used except on CI machines
2015-02-11 14:45:22 -08:00
Doug Bunting 07523c6634 Address aspnet/razor#236, recreate XML files when xml-docs-test target is run directly
- must still `build initialize` between `git clean` and `build xml-docs-test`

nit: add description of xml-docs-test target
2014-11-30 21:36:36 -08:00
dougbu 099adda3d7 Test for XML documentation errors
- extend the "test" target in our build to use new k-xml-docs-test.shade command

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&lt;string, object&gt;"/> instance, then it is
```
2014-08-11 16:23:18 -07:00
Wei Wang eabd1b6ec4 Change the default author in makefile.shade 2014-06-18 16:35:03 -07:00
Pranav K 7b8a54cc24 * Updating project structure to use the src, test, build, samples format
* Adding build scripts to use K compilation.
2014-01-21 16:15:44 -08:00