Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sourcelink repository url #7844

Merged
merged 2 commits into from
Sep 7, 2021

Commits on Sep 7, 2021

  1. Fix sourcelink repository url

    When we updated the ScmRepositoryUrl to handle devdiv links, we never updated the version used in SourceRoot, which is used by sourcelink, and also needed to be updated to remove -trusted from the link. By not removing -trusted, the translation pattern can't identify the url as something that needs to be translated, and so just uses the azdo url. This change adds the code to remove -trusted to fix the issue.
    michellemcdaniel committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    36cbdb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e8d42b View commit details
    Browse the repository at this point in the history