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

[build] Override default yaml checkout behavior #3157

Merged
merged 1 commit into from
Jun 1, 2019

Commits on May 31, 2019

  1. [build] Override default yaml checkout behavior

    We're hitting a couple of git related issues on certain machines, most
    commonly around submodule updating on Windows. Rather than relying on an
    msbuild setup task to do this, we should override the default pipeline
    source checkout behavior. We'll now fetch a clean tree and recursively
    clone all relevant submodules for each build stage.
    pjcollins committed May 31, 2019
    Configuration menu
    Copy the full SHA
    2f16304 View commit details
    Browse the repository at this point in the history