Summary
Update an existing detail timeline record.
- Namespace
- Cake
.Common .Build .AzurePipelines - Containing Type
- Azure
Pipelines Commands
Syntax
public 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 |