Summary
Update an existing detail timeline record.
- Namespace
- Cake
.Common .Build .AzurePipelines - Containing Type
- I
Azure Pipelines Commands
Syntax
void UpdateRecord(Guid id, AzurePipelinesRecordData data)
Parameters
Name | Type | Description |
---|---|---|
id | Guid | The ID of the existing timeline record. |
data | Azure |
Additional data for the timeline record. |
Return Value
Type | Description |
---|---|
void |