Summary
Gets or sets a value indicating whether to perform a dry run.
- Namespace
- Cake
.Common .Tools .Roundhouse - Containing Type
- RoundhouseSettings
Syntax
public bool DryRun { get; set; }
Value
Type | Description |
---|---|
bool | This instructs RH to log what would have run, but not to actually run anything against the database. Use this option if you are trying to figure out what RH is going to do. |