Summary
Gets or sets a value indicating whether an XML report should be generated.
- Namespace
- Cake
.Common .Tools .XUnit - Containing Type
- XUnit2Settings
Syntax
public bool XmlReport { get; set; }
Value
Type | Description |
---|---|
bool |
true if an XML report should be generated; otherwise, false .
|