NAnt SDK Documentation - v0.92 |
|
SolutionTask.Configuration Property
The name of the solution configuration to build.
[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _
TaskAttribute(Required:=True, Name:="configuration", ExpandProperties:=True, ProcessXml:=True)>
Public Property Configuration As
String
[C#]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Required=True, Name="configuration", ExpandProperties=True, ProcessXml=True)]
public
string Configuration {get; set;}
Remarks
Generally release
or debug
. Not case-sensitive.
See Also
SolutionTask Class | NAnt.VSNet.Tasks Namespace