We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c14fc commit f2beb36Copy full SHA for f2beb36
eng/common/pipelines/templates/steps/sparse-checkout.yml
@@ -46,6 +46,10 @@ steps:
46
git clone --no-checkout --filter=tree:0 https://github.com/$($repository.Name) .
47
}
48
49
+ # Turn off git GC for sparse checkout. Note: The devops checkout task does this by default
50
+ Write-Host "git config gc.auto 0"
51
+ git config gc.auto 0
52
+
53
Write-Host "git sparse-checkout init"
54
git sparse-checkout init
55
0 commit comments