Summary
The name of the solution configuration to build.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet .Tasks - Containing Type
- SolutionTask
Syntax
[TaskAttribute("configuration", Required = true)]
[StringValidator(AllowEmpty = false)]
public string Configuration { get; set; }
Remarks
Generally release
or debug
. Not case-sensitive.
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
String |
Used to indicate whether a string property should allow
an empty string value or not.
|
Value
Type | Description |
---|---|
string |