Method Run
Run(BuildConfiguration)
Run the last build of this build pipeline corresponding to the specified build configuration.
Declaration
public RunResult Run(BuildConfiguration config)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildConfiguration | config | The build configuration corresponding to the build to be run. |
Returns
| Type | Description |
|---|---|
| RunResult | A result describing if run is successful or not. |