Method CanPrepare
CanPrepare(BuildConfiguration)
Determine if the environment can be prepared before the build pipeline can be used.
Declaration
public ResultBase CanPrepare(BuildConfiguration config)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildConfiguration | config | The build configuration. |
Returns
| Type | Description |
|---|---|
| ResultBase | A result indicating if the environment can be prepared. |