BuildApp.Target method

Creates a build target.

public BuildTarget Target(string name)
parameter description
name The name of the build target, e.g. clean.

Return Value

The specified build target. If a target with the specified name already exists, it is returned.

See Also