zeroin23
zeroin23

Reputation: 1821

continous integration with just Visual Studio 2005

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

will hudson be able to build VS2005?

Upvotes: 1

Views: 151

Answers (2)

AshtonKJ
AshtonKJ

Reputation: 1386

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

Upvotes: 1

Noon Silk
Noon Silk

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

Related Questions