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