Skip to content

Commit a6ce904

Browse files
authored
Increase the heuristic fetchDepth value to 20 for the combined repo (dotnet#750)
1 parent de12f85 commit a6ce904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/common/checkout-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- checkout: self
1616
clean: true
17-
fetchDepth: 5
17+
fetchDepth: 20
1818

1919
- script: git bundle create $(Build.StagingDirectory)/Checkout.bundle HEAD
2020
displayName: Create Checkout.bundle

0 commit comments

Comments
 (0)