Method GetBuildPipeline
GetBuildPipeline(ReadOnly)
Retrieve the build pipeline of this build configuration.
Declaration
public static BuildPipelineBase GetBuildPipeline(this HierarchicalComponentContainer<BuildConfiguration, IBuildComponent>.ReadOnly config)
Parameters
Type | Name | Description |
---|---|---|
HierarchicalComponentContainer<BuildConfiguration, IBuildComponent>.ReadOnly | config |
Returns
Type | Description |
---|---|
BuildPipelineBase | The build pipeline if found, otherwise null. |