sharpliner / sharpliner

Use C# instead of YAML to define your Azure DevOps pipelines
https://www.nuget.org/packages/Sharpliner/
MIT License
285 stars 21 forks source link

`Checkout.FetchDepth` is not explicitly serialized when equal to `0` #244

Closed premun closed 1 year ago

premun commented 1 year ago

AzDO docs are lying about the default behaviour of fetchDepth so we need to allow people to serialize 0 in the YAML if we want to pull the full git history.