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 error message when publishing logs in Restore internal tools step #56307

Merged
merged 1 commit into from
Jul 26, 2021

Commits on Jul 26, 2021

  1. Fix error message when publishing logs in Restore internal tools step

    In https://dev.azure.com/dnceng/internal/_build/results?buildId=1250178&view=results we hit an issue where the 'Restore internal tools' step failed, but AzDO only highlights the failure in the 'Publish Logs' step because the directory didn't exist.
    This happens because the restore step was not passing along the build configuration so it defaults to Debug instead of Release, leading to the log directory we try to publish not existing.
    akoeplinger committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    ca8b98c View commit details
    Browse the repository at this point in the history