Summary
Gets or sets a value indicating whether reporting for TeamCity CI integration(also auto - detected).
- Namespace
- Cake
.Common .Tools .MSpec - Containing Type
- MSpecSettings
Syntax
public bool TeamCity { get; set; }
Value
Type | Description |
---|---|
bool |
true to turn on TeamCity service messages; otherwise, false .
|