Jaco van Staden has a really good article that covers how to set everything up and more: http://yakiloo.com/jenkins-tfs-and-msbuild/
The only issue I had to overcome was that on my dev machine I think testdriven.net put the nunit.framework.dll in my path. But on my companies build machine I didn't install testdriven.net and msbuild couldn't find the DLL. So I just ended up committing the DLL with my cs project to SVN.
I'm sure there are a variety of other ways to fix this (environment variables, including the nunit project, ...) but it's late....errr early.
No comments:
Post a Comment