We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e572f78 + 1346217 commit ab2ed68Copy full SHA for ab2ed68
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