Reputation: 1821
any hints on how to start CI with just VS2005 without TFS?
will hudson be able to build VS2005?
Upvotes: 1
Views: 151
Reputation: 1386
Have you possibly looked at TeamCity? There is a free version that allows for up to 20 projects.
Upvotes: 1
Reputation: 55172
Yes, Hudson and CruiseControl.NET can both do this (as well as anything else that can run, say, NAnt). Using NAnt, you write a script that builds your project. You can have NAnt call MSBuild (via NAntContrib I think) and it all works quite beautifully.
Upvotes: 1