Summary
The user is asking if there are specific steps required to call a target in an Azure DevOps Git repository, mentioning the URL format they are using. They have attempted different patterns and replacements but are encountering issues, despite the URL working locally.
duck
Is there anything special I need to do to call a target in an azure devops git repository? The url takes the form of <http://ssh.dev.azure.com/v3/orgname/projectname/reponame:branchname|ssh.dev.azure.com/v3/orgname/projectname/reponame:branchname>
I've tried various forms of pattern and replace, but it doesn't seem to be working. The url it complains about works for me locally