Jochen Zeischka
Results
2
comments of
Jochen Zeischka
Same behaviour here. A pipeline which hasn't run for 2 months suddenly is broken. I tried with different `fetchDepth` settings (0, 1, 100). ``` - checkout: self persistCredentials: true fetchDepth:...
Based on [the default behaviour of git checkout on Azure DevOps](https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/steps-checkout?view=azure-pipelines#default-behavior), I tried setting `fetchTags: true`. The tags are effectively fetched, but GitVersion still fails in the same way.