My cruisecontrol runs two nant scripts and it builds by using msbuild. Msbuild is failing without giving any errors. Is there any way to get more error details? Below is how I have configured publishers.
<publishers>
<email from="cruise@xx..com.au" mailhost="stat-server" includeDetails="TRUE">
<users>
....
</users>