Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

Open Fake.Tools instead (FAKE0001 - package: Fake.Tools.Pickles, module: Pickles, type: ErrorLevel)

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