Hi,
I'm using Visual Studio Team Build. My build compiles stuff and then runs some automated tests. If the tests fail, the build ends with status "Partially succeeded". When this happens, the only file in the drop directory is the build log. It seems that team build only copies the contents of the Binaries folder to the drop directory if the build ends with "Succeeded".
But, I really need to see the files from the Binaries directory to help me diagnose why the build only partially succeeded.
Is there a way to force team build to write to the drop directory when the build is only "Partially Succeeded"?
Thanks.