I have a Nant script building all my projects with a last task to zip all the MSI's and other required files.
Everything works, and all the files are getting compiled and zipped correctly. But the weird thing is that the build randomly fail or succeed on successive builds. I have cleared the Nant script to be free of any issues/errors. It feels to me that the failure happens after CCNet has executed the Nant script and then runs all the publishers. I even get the email saying the build failed, and all my log file merges worked. Nothing gets logged in the DEBUG level that could indicate to me why the build fails. Anybody have any ideas/suggestions?
