Method Build
Build(BuildConfiguration, BuildProgress, Action<BuildContext>)
Build this BuildPipeline.
Declaration
public BuildPipelineResult Build(BuildConfiguration config, BuildProgress progress = null, Action<BuildContext> mutator = null)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildConfiguration | config | The BuildConfiguration used for the build. |
| BuildProgress | progress | Optional build progress that will be displayed when executing the build. |
| Action<BuildContext> | mutator | Optional mutator that can be used to modify the BuildContext before building. |
Returns
| Type | Description |
|---|---|
| BuildPipelineResult | The result of building this BuildPipeline. |