Method IsEnabled
IsEnabled(BuildContext)
Determine if this BuildStep will be executed or not.
Declaration
public virtual bool IsEnabled(BuildContext context)
Parameters
Type | Name | Description |
---|---|---|
BuildContext | context | The BuildContext used by the execution of this BuildStep. |
Returns
Type | Description |
---|---|
bool |