AArnott / Library.Template

A template for a NuGet package with tests, stylecop, fxcop, versioning, and Azure Pipelines build ready to go.
MIT License
128 stars 26 forks source link

Enable ShallowClone when performing insertion #273

Closed pieandcakes closed 2 months ago

pieandcakes commented 2 months ago

Enabling shallow cloning will make cloning the VS repo faster when creating the PR.

This is available because of this change: https://devdiv.visualstudio.com/Engineering/_git/MicroBuild/pullrequest/554184

pieandcakes commented 2 months ago

@AArnott sorry, didn't realize I had to sign my commit. I've fixed it but you may need to reapprove.

AArnott commented 2 months ago

@pieandcakes Thanks for fixing that. Signed commits are necessary because some repos based on this template have the policy set to require signed commits, so they wouldn't be able to merge this repo into themselves without us following the same policy.