Method Run
Run(BuildConfiguration, params RunTargetBase[])
Run the last build of this build pipeline corresponding to the specified build configuration.
Declaration
public RunResult Run(BuildConfiguration config, params RunTargetBase[] runTargets)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildConfiguration | config | The build configuration corresponding to the build to be run. |
| RunTargetBase[] | runTargets | List of devices to deploy and run on. |
Returns
| Type | Description |
|---|---|
| RunResult | A result describing if run is successful or not. |