Tagged Questions
1
vote
0answers
33 views
CruiseControl And MSTest: Getting The Build To Fail If A Test Fails
I am trying to integrate MSTest (Visual Studio 2010 version) into Cruise Control. I can get the Test Report to show up in the Build Report, including showing tests that failed. However, even though ...
0
votes
2answers
313 views
PHPUnit Problems When Installing phpUnderControl On Windows
having problems here getting phpUnderControl running on my Windows 7 machine, been searching all over the net for answers but documentation to many of the problems is just really bad...
(a.) Cruise ...
0
votes
1answer
206 views
How to find a dll is compiled in release mode or debug mode using Nant Script
im having third party dlls in my bin folder in addition to the dlls generated by nant script. Now i want to check whether the third party dlls are compiled in release mode or debug mode, so is there ...