Summary
Gets or sets a value indicating whether to perform token replacement.
- Namespace
- Cake
.Common .Tools .Roundhouse - Containing Type
- RoundhouseSettings
Syntax
public bool DisableTokenReplacement { get; set; }
Value
| Type | Description |
|---|---|
| bool |
This instructs RH to not perform token replacement {{somename}}. Defaults to false.
|
