Continuous integration is the process that continuously build, analyze and test your sources. In many cases the process is triggered when changes are notified in the version control system, like VSS, CVS, etc. Martin Fowler has a good article about continuous integration. In the .NET world, the most famous tool is CruiseControl.NET in combination with...
↧