From 099adda3d74189d79bba74049f94bccf91f39203 Mon Sep 17 00:00:00 2001 From: dougbu Date: Sat, 9 Aug 2014 20:39:53 -0700 Subject: [PATCH] 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: warn: 3203: If the object is already an instance, then it is ``` --- makefile.shade | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile.shade b/makefile.shade index 562494d144..f087af75e1 100644 --- a/makefile.shade +++ b/makefile.shade @@ -5,3 +5,6 @@ var AUTHORS='Microsoft Open Technologies, Inc.' use-standard-lifecycle k-standard-goals + +#xml-docs-test target='test' + k-xml-docs-test \ No newline at end of file