Method Run
Run(BuildConfiguration)
Run this BuildPipeline. This will attempt to run the build target produced from building this BuildPipeline.
Declaration
public RunStepResult Run(BuildConfiguration config)
Parameters
Type | Name | Description |
---|---|---|
BuildConfiguration | config |
Returns
Type | Description |
---|---|
RunStepResult | The result of running this BuildPipeline. |