Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Don't hardcode azdo org and project in build url - #6471

#6471
Merged
dkurepa merged 1 commit into
dotnet:maindotnet/arcade-services:mainfrom
dkurepa:dkurepa/BuildUriFixdkurepa/arcade-services:dkurepa/BuildUriFixCopy head branch name to clipboard
Jul 7, 2026
Merged

Don't hardcode azdo org and project in build url#6471
dkurepa merged 1 commit into
dotnet:maindotnet/arcade-services:mainfrom
dkurepa:dkurepa/BuildUriFixdkurepa/arcade-services:dkurepa/BuildUriFixCopy head branch name to clipboard

Conversation

@dkurepa

@dkurepa dkurepa commented Jul 6, 2026

Copy link
Copy Markdown
Member

Copilot AI review requested due to automatic review settings July 6, 2026 09:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates BarViz’s Azure DevOps build links to use the build’s actual AzDO organization/account and project instead of assuming dnceng/internal, aligning BarViz with how builds are actually produced across different orgs (e.g., devdiv/devdiv).

Changes:

  • Replace hardcoded https://dev.azure.com/dnceng/internal/... build URL with a URL built from Build.AzureDevOpsAccount and Build.AzureDevOpsProject.

Comment on lines 11 to 14
public static string GetBuildUrl(this Build build)
{
return $"https://dev.azure.com/dnceng/internal/_build/results?view=results&buildId={build.AzureDevOpsBuildId}";
return $"https://dev.azure.com/{build.AzureDevOpsAccount}/{build.AzureDevOpsProject}/_build/results?view=results&buildId={build.AzureDevOpsBuildId}";
}
@dkurepa
dkurepa merged commit d265313 into dotnet:main Jul 7, 2026
11 of 13 checks passed
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.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.