Summary
Gets or sets a value indicating whether to turn on TeamCity service messages.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnit3Settings
Syntax
public bool TeamCity { get; set; }
Value
Type | Description |
---|---|
bool |
true to turn on TeamCity service messages; otherwise, false .
|