Skip to content

Latest commit

 

History

History
 
 

build

Building the Project

From the checkout directory just run .\build to invoke an automated release build of the project.

The outputs from the automated build will be written to the artifacts\Release folder.

  • Build

    asseblies generated by the build process.

  • CodeAnalysis

    contains the fxcop static analysis results for the project.

  • Packages

    NuGet package generated for the project

  • TestResults

    a TestResults.xml file containing the unit test results.