NAnt is an open-source .NET build tool. It is designed to be a simple and flexible tool for automating software build processes. NAnt can be used to compile source code, create directories, copy files, run unit tests, and package applications into deployable components, among other tasks. NAnt is written in C# and can be used on Windows, Linux, and Mac OS X platforms. NAnt is extensible through tasks, which are small programs that can be written in any .NET language. It has been used to build a variety of applications, including web applications, Windows applications, and mobile apps.
NAnt Comments
No Comments