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

Pickles.ErrorLevel Type

Option which allows to specify if failure of pickles should break the build.

Union cases

Union case Description

DontFailBuild

Full Usage: DontFailBuild

With this option set, no exception is thrown if pickles fails to execute

Error

Full Usage: Error

This option instructs FAKE to break the build if pickles fails to execute