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

Ensure we only capture the BuildNumber when setting OriginalBuildNumber. #75616

Merged
merged 2 commits into from
Oct 24, 2024

Commits on Oct 24, 2024

  1. Ensure we only capture the BuildNumber when setting OriginalBuildNumber.

    The PR Val pipeline sets BuildNumber to provide additional details about the PR. This breaks upon rerun because the step which captures the OriginalBuildNumber isn't expecting the extra detail. This PR splits off the extra details when setting OriginalBuildNumber.
    JoeRobich authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    58af330 View commit details
    Browse the repository at this point in the history
  2. Fixup

    JoeRobich authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d6a1c9d View commit details
    Browse the repository at this point in the history