Click here to Skip to main content
15,887,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Please tell me steps for how to use NUnit to perform unit test on windows application using msbuild with cruisecontrol.net
Posted

1 solution

CruiseControl has excellent documentation and samples on this subject : Integrating NUnit into your build in the CruiseControl.NET Server
 
Share this answer
 
Comments
skumarn 3-Oct-11 1:27am    
HI Mehdi,

Thank you for your reply...

I fallowed the way as mentioned in that link but it gives me an error like below....
error MSB4064: The "program" parameter is not supported by the "exec" task. Verify the parameter exists on the task, and it is a settable public instance property.



error MSB4063: The "exec" task could not be initialized with its input parameters.


Please tell me how to rectify these errors....
Mehdi Gholam 3-Oct-11 1:48am    
What "parameter"?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900