Method CanBuild
CanBuild(out string)
Determine if the build pipeline of this build configuration can build.
Declaration
public bool CanBuild(out string reason)
Parameters
Type | Name | Description |
---|---|---|
string | reason | If CanBuild(out string) returns false, the reason why it fails. |
Returns
Type | Description |
---|---|
bool | Whether or not the build pipeline can build. |