Search code examples
c#-4.0msbuildcruisecontrol.netcruisecontrolmsbuild-buildengine

Get CruiseControl descriptive errors


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="[email protected]" mailhost="stat-server" includeDetails="TRUE">
                <users>
....
</users>

Solution

  • I can view the CruiseControl.net Build log through the web application "View Build Log" link. It gives all the details of the build process.