fix(misc): use string type for fetchDepth in azure-pipelines.yml
The Azure Pipelines schema requires fetchDepth to be a string, but the generator was outputting a number. This fix changes the value to a string to match the official schema specification.
Current Behavior
The generator creates azure-pipelines.yml with fetchDepth: 0 (number), which causes YAML schema validation error because the Azure Pipelines schema expects fetchDepth to be a string.
According to the Azure Pipelines schema, fetchDepth is defined as:
"fetchDepth": {
"description": "Depth of Git graph to fetch",
"$ref": "#/definitions/string"
}
Expected Behavior
The generator should output fetchDepth: '0' (string) to match the schema specification and prevent validation errors.
Deploy request for nx-docs pending review.
Visit the deploys page to approve it
| Name | Link |
|---|---|
| Latest commit | cd7b6760a44c51bea242f135ee8f15fc330a134f |
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Review | Updated (UTC) |
|---|---|---|---|
| nx-dev | Preview | Dec 15, 2025 9:57pm |
View your CI Pipeline Execution โ for commit cd7b6760a44c51bea242f135ee8f15fc330a134f
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected --targets=lint,test,test-kt,build,e... |
โ Succeeded | 17m 16s | View โ |
nx run-many -t check-imports check-lock-files c... |
โ Succeeded | 2m 31s | View โ |
nx-cloud record -- nx-cloud conformance:check |
โ Succeeded | 11s | View โ |
nx-cloud record -- nx format:check |
โ Succeeded | 2s | View โ |
nx-cloud record -- nx sync:check |
โ Succeeded | <1s | View โ |
โ๏ธ Nx Cloud last updated this comment at 2025-12-16 13:10:41 UTC