Summary
The list of targets to build.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Project
Syntax
public 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.
Value
Type | Description |
---|---|
StringCollection |