shayki5 / azure-devops-create-pr-task

Azure Pipelines task to create PR in Azure DevOps or GitHub during a build or release pipeline
https://marketplace.visualstudio.com/items?itemName=ShaykiAbramczyk.CreatePullRequest
MIT License
58 stars 35 forks source link

fix org.visualstudio.com url #168

Closed ligz08 closed 1 year ago

ligz08 commented 1 year ago

Before this fix, when System.TeamFoundationCollectionUri="https://myorg.visualstudio.com/", $urlBase for reading identities becomes https://myorg.vssps.dev.azure.com/ which doesn't work. This change converts $serverUrl from https://myorg.visualstudio.com/ to https://dev.azure.com/myorg/.