NAnt SDK Documentation - v0.92

Project.BuildTargets Property

The list of targets to build.

[Visual Basic]
Public ReadOnly Property BuildTargets As StringCollection
[C#]
public System.Collections.Specialized.StringCollection BuildTargets {get;}

Remarks

Targets are built in the order they appear in the collection. If the collection is empty the default target will be built.

See Also

Project Class | NAnt.Core Namespace