Skip to content

Commit fe0ee42

Browse files
authored
Update docs/input/docs/reference/build-servers/azure-devops.md
Fix typo: will -> to.
1 parent 27ba83d commit fe0ee42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/input/docs/reference/build-servers/azure-devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ task into your TFS or Azure DevOps Pipeline instance.
1818
**Important**
1919

2020
You must disable shallow fetch, either in the pipeline settings UI or by setting `fetchDepth: 0` in your `checkout` step;
21-
without it, Azure DevOps Pipelines will perform a shallow clone, which will cause GitVersion will display an error message.
21+
without it, Azure DevOps Pipelines will perform a shallow clone, which will cause GitVersion to display an error message.
2222
See [the Azure DevOps documentation](https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/steps-checkout?view=azure-pipelines#shallow-fetch) for more information.
2323
:::
2424

0 commit comments

Comments
 (0)