FAKE - F# Make


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

Fork me on GitHub