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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -