Hi all, I'm using CC .net to build MSI file for our web application. Souce control is TFS. I'm using DEVENV to build the MSI file. In the trace, I see this.
2010-06-24 13:07:29,510 [GA OAS] [DEBUG] - Starting process [C: \Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe] in working directory [C:\Program Files\CruiseControl.NET\server\GA OAS \WorkingDirectory] with arguments ["C:\Program Files\CruiseControl.NET \server\GA OAS\WorkingDirectory\ODS\ods.sln" /Rebuild "debug" /project "OnlineTesting_Setup"] 2010-06-24 13:10:13,786 [GA OAS] [INFO] - Devenv build complete. Status: Failure 2010-06-24 13:10:13,910 [GA OAS] [TRACE] - ThoughtWorks.CruiseControl.Core - ThoughtWorks.CruiseControl.Core.IntegrationRunner.PostBuild : Running publishers However, I have no idea why the status is FAILURE. The MSI file was created in the appropriate folder but it still report as failure. Any ideas? Also, how can I tell CC.NET to give more detail error message? Thanks.
