hardcode, I use powershell to accomplish this exactly. You can see my script here. Hope it helps.
http://dontbreakthebuild.blogspot.com/ On Nov 21, 5:02 am, hardcode <[EMAIL PROTECTED]> wrote: > 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.
