I'm trying to automate the Unit-Test and Code-Coverage in my cruise- control environment. I start off with the vsperfmon /coverage command as an executable task and then have mstest.exe executable task for executing the unit-tests present in my current project.
However, when the first task of vsperfmon /coverage or vsperfcmd / start:coverage gets executed, the cruise control console window comes to halt and the progress of building stops for long time which should not be the case. I'm not able to find the reason why it is happening? Am I doing something wrong.
