Summary
Gets the targets to build in the project.
- Namespace
- Cake
.Common .Tools .DotNet .MSBuild - Containing Type
- Dot
Net M S Build Settings
Syntax
public ICollection<string> Targets { get; }
Remarks
If you specify any targets, they are run instead of any targets in the DefaultTargets attribute in the project file.
Value
Type | Description |
---|---|
ICollection |