Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] Override default yaml checkout behavior (#3157)
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.
- Loading branch information