Skip to content

Documentation

Juan Pablo Olmos Lara edited this page Apr 20, 2012 · 3 revisions

Welcome to the NCastor AutoBuilder documentation

Walkthrough and Help topics

  • Build. Covers the Versioning, the assembly meta-data modification and the build process. The versioning process can be configured to use the following Continuous Integration Servers: Hudson, CCNET, TeamCity, TFS and the following Version Control Systems: Git, SVN, TFS. The default version format is: the Semantic Version (major.minor.revision), but you can change the format to use major.minor.build.revision

  • Run tests. Covers the process to run tests with MSpec, MSTest and NUnit. It also covers the process to run the tests with code coverage using OpenCover.

  • Report test results. Covers the process to generate reports from the test runs and the reports from OpenCover indicating the code coverage results (The OpenCover reports are generated using ReportGenerator).

  • Package. Covers the process to package the generated artifacts. The package formats supported are: Zip files and Nuget packages.

  • Installers. Covers the process to generate ClickOnce installers

  • Labels. Covers the process to create labels in the current VCS (Git, SVN or TFS)

  • Distribute. Covers the process to distribute (backup) your artifacts.

Clone this wiki locally