Method BuildIncremental
BuildIncremental(BuildConfiguration, BuildProgress)
Start an incremental build of this build pipeline using the specified build configuration. The Update() method needs to be called until it returns false, indicating that the build has completed. The BuildResult can then be queried from the Result property.
Declaration
public BuildProcess BuildIncremental(BuildConfiguration config, BuildProgress progress = null)
Parameters
Type | Name | Description |
---|---|---|
BuildConfiguration | config | The build configuration to be used by this build pipeline. |
BuildProgress | progress | Optional build progress report. |
Returns
Type | Description |
---|---|
BuildProcess | The build process. |