We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9680883 commit 1346217Copy full SHA for 1346217
src/GitVersionTfsTask/Update-GitVersionTfsTaskVersion.ps1
@@ -14,4 +14,4 @@ $task.version.Patch = $patch
14
15
# get this as a string again
16
17
-ConvertTo-Json $task -Depth 999 | Set-Content -Path $filePath
+ConvertTo-Json $task -Depth 100 | Set-Content -Path $filePath
0 commit comments