Summary
Gets or sets a value indicating whether to search all subdirectories.
- Namespace
- Cake
.Common .Tools .Roundhouse - Containing Type
- RoundhouseSettings
Syntax
public bool SearchAllSubdirectoriesInsteadOfTraverse { get; set; }
Value
Type | Description |
---|---|
bool |
Each Migration folder's subdirectories are traversed by default. This option pulls back scripts from the main directory and all subdirectories at once. Defaults to false .
|