You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/input/docs/reference/build-servers/azure-devops.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ task into your TFS or Azure DevOps Pipeline instance.
18
18
**Important**
19
19
20
20
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.
22
22
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.
0 commit comments