Summary
    Upload and attach summary markdown to current timeline record.
    
		- Namespace
 - Cake
.Common .Build .AzurePipelines  - Containing Type
 - Azure
Pipelines Commands  
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 | 
