IAzurePipelinesCommands.

UploadTaskLogFile(FilePath) Method

Summary

Upload file as additional log information to the current timeline record.

Syntax

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