Method OnCanBuild
OnCanBuild(BuildContext)
Provides additional implementation to determine if the build pipeline satisfy requirements to build.
Declaration
protected virtual BoolResult OnCanBuild(BuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildContext | context | The build context for the scope of the build operation. |
Returns
| Type | Description |
|---|---|
| BoolResult | A result describing if the pipeline can build or not. |