TFS build write message to summary
问题 I want add a message (link) in the build summary (can be a new section also, doesn't really matter): Based on this: https://blogs.objectsharp.com/post/2017/04/25/Writing-to-the-Build-Report-in-TFS-2015.aspx, I've added this line in my Powershell script: Write-Host "##vso[task.addattachment type=Distributedtask.Core.Summary;name=DotCover Results;]" However I get an error message: Unable to process command '##vso[task.addattachment type=Distributedtask.Core.Summary;name=DotCover Results;]'