BuildTarget.DependsOn method

Adds a target dependency by name.

public BuildTarget DependsOn(params string[] targets)
parameter description
targets The names of targets upon which this target depends.

Return Value

The target, for use by the “fluent” builder pattern.

See Also