Method Create
Create(Preset)
Constructs and returns an IList containing the build tasks in the correct order for the preset build pipeline.
Declaration
public static IList<IBuildTask> Create(DefaultBuildTasks.Preset preset)
Parameters
Type | Name | Description |
---|---|---|
DefaultBuildTasks.Preset | preset | The preset build pipeline to construct and return. |
Returns
Type | Description |
---|---|
IList<IBuildTask> | IList containing the build tasks in the correct order for the preset build pipeline. |