views:

39

answers:

2

any hints on how to start CI with just VS2005 without TFS?

will hudson be able to build VS2005?

+1  A: 

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.

Noon Silk
CC.net can also call msbuild directly
gregmac
gregmac: Fair enough. Generally I write a NAnt script to do the build as there are other interesting things to do.
Noon Silk
+1  A: 

Have you possibly looked at TeamCity? There is a free version that allows for up to 20 projects.

Furis