Method CanBuild
CanBuild(BuildSettings, out string)
Determine if this BuildPipeline can build.
Declaration
public bool CanBuild(BuildSettings settings, out string reason)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildSettings | settings | The BuildSettings used for the build. |
| string | reason | If CanBuild(BuildSettings, out string) returns false, the reason why it fails. |
Returns
| Type | Description |
|---|---|
| bool | true if this BuildPipeline can build, otherwise false. |