Summary
Gets or sets a value indicating whether to generate the XML result file.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnitSettings
Syntax
public bool NoResults { get; set; }
Value
Type | Description |
---|---|
bool |
true if the XML result file should be generated; otherwise, false .
|