Automated build resources and tools
Edit
Automated Build Tools
An automated build is a core part of a successful project feedback loop. in .NET there are many open source and commercial tools that can help create and automated build process. These can later be used in a
Continuous Integration
process.
Edit
Open source tools:
Nant
psake
Edit
Commercial tools
MsBuild (Free - included with .NET)
Team blog
Reference
SDC Tasks for MSBuild
Visual Build
FinalBuilder
Automated Build Studio