NAnt SDK Documentation - v0.92 |
|
CommandLineOptions.FindInParent Property
Gets a value indicating whether parent directories should be searched for a buildfile.
[Visual Basic]
<CommandLineArgument(Name:="find", ShortName:="null", Description:="Search parent directories for build file", Type:=CommandLineArgumentTypes.AtMostOnce)>
Public Property FindInParent As
Boolean
[C#]
[CommandLineArgument(Name="find", ShortName="null", Description="Search parent directories for build file", Type=CommandLineArgumentTypes.AtMostOnce)]
public
bool FindInParent {get; set;}
Property Value
true if parent directories should be searched for a build file; otherwise, false. The default is false.
See Also
CommandLineOptions Class | NAnt.Core Namespace