Method Build
Build(BuildConfiguration, BuildProgress)
Build this build pipeline using the specified build configuration.
Declaration
public BuildResult Build(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 |
---|---|
BuildResult | A result describing if build is successful or not. |