Hello,
I'm new to CC.Net and I've been spending the last couple of days reading
the documentation, trying the software in my VM, and at times, looking at
the C# source code. Thanks everyone who worked on this, way easier to
understand than Buildbot!
Is there a way, just with XML, to have the content of an e-mail status to
be just the errors (if any), instead of the whole enchilada one can see in
the Build Log file?
Doing the following is useful to see the Build Log in the dashboard but I'd
like the e-mail to also have the errors.
<publishers>
<merge>
<files>
<file action="Copy"
deleteAfterMerge="false">$(artifact)\msbuild-results-*.xml</file>
</files>
</merge>
<xmllogger logDir="C:\CruiseControl.NET\webdashboard\buildlogs" />
Thanks!