This content is part of a third party extension that is not supported by the Cake project.
Summary
Update the progress.
- Assembly
- Cake
.AzurePipelines .Module .dll - Namespace
- Cake
.AzurePipelines .Module - Containing Type
- Extensions
Syntax
public static void UpdateProgress(this IAzurePipelinesProvider provider, Guid parent, int progress)
Parameters
| Name | Type | Description |
|---|---|---|
| provider | I |
The IAzurePipelinesProvider. |
| parent | Guid | The parent Guid. |
| progress | int | The progress. |
Return Value
| Type | Description |
|---|---|
| void |
