Method CanBuild
CanBuild(BuildConfiguration)
Determine if the build pipeline satisfy requirements to build.
Declaration
public BoolResult CanBuild(BuildConfiguration config)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildConfiguration | config | The build configuration to be used by this build pipeline. |
Returns
| Type | Description |
|---|---|
| BoolResult | A result describing if the pipeline can build or not. |