AzurePipelinesCommands.

UploadTaskSummary(FilePath) Method

Summary

Upload and attach summary markdown to current timeline record.

Syntax

public void UploadTaskSummary(FilePath markdownPath)

Remarks

This summary is added to the build/release summary and is not available for download with logs.

Parameters

Name Type Description
markdownPath FilePath Path to the summary markdown file.

Return Value

Type Description
void