I have this script that is supposed to convert the Text to URL (http://www.ObjectSharp.com) But its not working.
Script:
$TempFile = [System.IO.Path]::GetTempFileName()
$fullurl = "http://www.ObjectSharp.com" | set-content $Tempfile
Write-Host "##vso[task.addattachment type=Distributedtask.Core.Summary;name=ObjectSharp;]$Tempfile"
Output: