FlywayConfiguration.

CleanDisabled Property

Summary

Whether to disabled clean. (default: false)

This is especially useful for production environments where running clean can be quite a career limiting move.
Assembly
Cake.Flyway.dll
Namespace
Cake.Flyway
Containing Type
FlywayConfiguration

Syntax

public Nullable<bool> CleanDisabled { get; set; }

Value

Type Description
Nullable<bool>