Summary
Upload file as additional log information to the current timeline record.
- Namespace
- Cake
.Common .Build .AzurePipelines - Containing Type
- Azure
Pipelines Commands
Syntax
public void UploadTaskLogFile(FilePath logFile)
Remarks
The file shall be available for download along with task logs.
Requires agent version 1.101.
Parameters
Name | Type | Description |
---|---|---|
logFile | FilePath | Path to the additional log file. |
Return Value
Type | Description |
---|---|
void |