Method OnRun
OnRun(RunContext)
Provides implementation to run the last build of this build pipeline corresponding to the specified build configuration.
Declaration
protected abstract RunResult OnRun(RunContext context)
Parameters
Type | Name | Description |
---|---|---|
RunContext | context | The run context for the scope of the run operation. |
Returns
Type | Description |
---|---|
RunResult | A result describing if run is successful or not. |