continous integration with just Visual Studio 2005 -


any hints on how start ci vs2005 without tfs?

will hudson able build vs2005?

yes, hudson , cruisecontrol.net can both (as else can run, say, nant). using nant, write script builds project. can have nant call msbuild (via nantcontrib think) , works quite beautifully.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -