Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

PicklesErrorLevel

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

Union Cases

Union CaseDescription
DontFailBuild
Signature:

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

Error
Signature:

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