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 JIT rolling build issue with non-JIT changes #64480

Merged

Commits on Jan 29, 2022

  1. Fix JIT rolling build issue with non-JIT changes

    When uploading a JIT rolling build, use the git hash of the most recent
    JIT change, not the git hash that was actually built. This handles the case
    where a JIT change kicked off an AzDO pipeline, but the pipeline didn't start
    until after one or more additional changes were merged.
    
    The AzDO pipelines appear to fetch with `-depth=20`, which should provide
    enough history for almost any case.
    
    Fixes dotnet#64392
    BruceForstall committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    5a469bf View commit details
    Browse the repository at this point in the history