FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

TestRunnerErrorLevel Type

Option which allows to specify if a test runner error should break the build.

Union cases

Union case Description

DontFailBuild

Full Usage: DontFailBuild

With this option set, no exception is thrown if a test is broken.

Error

Full Usage: Error

This option instructs FAKE to break the build if a test runner reports an error.

FailOnFirstError

Full Usage: FailOnFirstError

This option instructs FAKE to break the build if a test runner finds the first error.