Skip to content
Shaun Wilde edited this page Jun 14, 2016 · 1 revision

Building

Changes to branches and contributions will be built and tested using AppVeyor

Quality

At the end of a successful build on one of the main branches (i.e. not pull requests) the code is analysed using Sonar and the results pushed to SonarQube for viewing; additionally the coverage is also pushed to coveralls.io

Publishing

Publishing to Nuget is done via the AppVeyor build system.

To publish release-candidate create and merge from master to candidate branches.

To publish release create and merge from master to release branches.

Clone this wiki locally