Method Build
Build(BuildSettings, BuildProgress, Action<BuildContext>)
Build this BuildPipeline.
Declaration
public BuildPipelineResult Build(BuildSettings settings, BuildProgress progress = null, Action<BuildContext> mutator = null)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildSettings | settings | The BuildSettings 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. |