BuildTarget.Describe method

Sets the target Description.

public BuildTarget Describe(string description)
parameter description
description The description.

Return Value

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

See Also