Summary
Gets or sets the the option to force TeamCity-formatted output on or off.
- Namespace
- Cake
.Common .Tools .Fixie - Containing Type
- FixieSettings
Syntax
public bool? TeamCity { get; set; }
Value
Type | Description |
---|---|
bool? | The value of TeamCity-formatted output. Either "on" or "off". |