Increase the heuristic fetchDepth value to 20 for the combined repo (#750)
authorTomáš Rylek <trylek@microsoft.com>
Wed, 11 Dec 2019 15:58:09 +0000 (16:58 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2019 15:58:09 +0000 (16:58 +0100)
eng/pipelines/common/checkout-job.yml

index c834de2..5cadb5a 100644 (file)
@@ -14,7 +14,7 @@ jobs:
   steps:
   - checkout: self
     clean: true
-    fetchDepth: 5
+    fetchDepth: 20
 
   - script: git bundle create $(Build.StagingDirectory)/Checkout.bundle HEAD
     displayName: Create Checkout.bundle