I'm developing a VSTS extension in Javascript.
In one of my tasks, I need to get a link to my build results.
I tried to read from {$Build.BuildUri} but it gives me vstfs:///Build/Build/{buildId}
and not a real link.
How can I get a direct link to my build results? I need it both in build and in release pipelines.