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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -