Building

Build scripts

To build this package we are using Cake.

On Windows PowerShell run:

./build

On OSX/Linux run:

./build.sh

Important developer tasks

Default task

Clean, DotNetCore build, unit tests, code coverage, code analyze, NuGet package, create release notes.

./build
./build -Target Default

AppVeyor task

The same as Default and:
Publish documentation, upload code coverage, publish release note, publish NuGet, upload build artifacts.

./build -Target Appveyor

Preview task

./build -Target Preview

Generate documentation and host documentation locally for development.
More about Preview and Docs publishing

GitHub