Standardize Azure DevOps URLs to dev.azure.com format#16860
Open
missymessa wants to merge 3 commits into
Open
Conversation
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>
Contributor
There was a problem hiding this comment.
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 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. |
Open
3 tasks
mmitche
reviewed
May 22, 2026
….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>
a1aa990 to
b08b98c
Compare
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
haruna99
approved these changes
May 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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