Skip to content

Standardize Azure DevOps URLs to dev.azure.com format#16860

Open
missymessa wants to merge 3 commits into
mainfrom
standardize-urls-8519
Open

Standardize Azure DevOps URLs to dev.azure.com format#16860
missymessa wants to merge 3 commits into
mainfrom
standardize-urls-8519

Conversation

@missymessa
Copy link
Copy Markdown
Member

Update URLs from the legacy {org}.visualstudio.com format to the current dev.azure.com/{org} format in docs and source files. Tests pass (59/59).

Fixes AB#8519

Update URLs from the legacy {org}.visualstudio.com format to the
current dev.azure.com/{org} format in docs and source files.

Fixes AB#8519

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 22, 2026 03:11
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Azure DevOps links across Arcade to consistently use the modern https://dev.azure.com/{org} URL format, replacing legacy *.visualstudio.com references in documentation and a few source/test locations.

Changes:

  • Standardize Azure DevOps URLs in README and multiple docs to dev.azure.com.
  • Update test inputs and comments related to Azure DevOps URL normalization.
  • Refresh repository URL form examples in Arcade SDK SourceLink translation targets.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
src/Microsoft.DotNet.Build.Manifest/BuildModelFactory.cs Updates commentary around Azure DevOps URL normalization behavior.
src/Microsoft.DotNet.Build.Manifest.Tests/BuildModelFactoryTests.cs Updates test URL constants/data to dev.azure.com format.
src/Microsoft.DotNet.Arcade.Sdk/tools/RepositoryInfo.targets Updates documented examples of supported Azure DevOps repo URL forms.
README.md Updates internal build badge links from *.visualstudio.com to dev.azure.com.
Documentation/ReleaseRingsPlan.md Updates internal repo link to dev.azure.com.
Documentation/Publishing.md Updates pipeline links to dev.azure.com.
Documentation/Policy/TestingMSBuildGuidance.md Updates pipeline links to dev.azure.com.
Documentation/OneLocBuild.md Updates CEAPEX wiki/work item links to dev.azure.com.
Documentation/Onboarding.md Updates onboarding guidance link to dev.azure.com for public project.

Comment thread src/Microsoft.DotNet.Build.Manifest/BuildModelFactory.cs Outdated
Comment thread src/Microsoft.DotNet.Build.Manifest.Tests/BuildModelFactoryTests.cs Outdated
Comment on lines 42 to +46
https://dnceng@dev.azure.com/dnceng/internal/_git/dotnet-arcade-services
https://dev.azure.com/dnceng/internal/_git/dotnet-arcade-services
https://dnceng.visualstudio.com/internal/_git/dotnet-arcade-services
https://devdiv.visualstudio.com/DevDiv/_git/DotNet-msbuild-Trusted
dnceng@vs-ssh.visualstudio.com:v3/dnceng/internal/dotnet-arcade-services
https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted
git@ssh.dev.azure.com:v3/dnceng/internal/dotnet-arcade-services
Legacy visualstudio.com and vs-ssh.visualstudio.com forms are also supported.
Comment thread src/Microsoft.DotNet.Build.Manifest.Tests/BuildModelFactoryTests.cs Outdated
….azure.com/devdiv support

- Fix XML doc comment on NormalizeAzureDevOpsUrl to use /// instead of //
- Restore legacy visualstudio.com URL in test to maintain normalization coverage
- Add dev.azure.com/devdiv to _TranslateUrlPattern regex and Contains checks
  so SourceLink translation works with both legacy and modern URL forms

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 22, 2026 16:12
@missymessa missymessa force-pushed the standardize-urls-8519 branch from a1aa990 to b08b98c Compare May 22, 2026 16:12
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated no new comments.

@missymessa
Copy link
Copy Markdown
Member Author

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants