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++ - Convert big endian to little endian when reading from a binary file -

openssl - Load PKCS#8 binary key into Ruby -