Summary
Gets or sets the name of a project configuration to load (e.g.:Debug).
This selects the configuration within the NUnit project file.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnit3Settings
Syntax
public string Configuration { get; set; }
Value
| Type | Description |
|---|---|
| string | The name of the configuration to load. |
