On the Release summary page for a package that was built in VSTS Build process and pushed to Octopus, the link to the build summary is not correct. When I browse to the build summary within VSTS, I get this URL:
https://[VSTS ACCOUNT].visualstudio.com/[PROJECT NAME]/_build?buildId=[BUILD ID]&_a=summary
But the link on the release page links to this URL (which gets a 404):
https://[VSTS ACCOUNT].visualstudio.com/[PROJECT NAME]/_BuildvNext#_a=summary&buildId=[BUILD ID]