Summary
Do not Log.
- Namespace
- Cake
.Common .Tools .VSTest - Containing Type
- V
S Test Settings Extensions
Syntax
public static VSTestSettings WithoutAnyLogger(this VSTestSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | VSTestSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| VSTestSettings | The same VSTestSettings instance so that multiple calls can be chained. |
