diff --git a/src/GitVersionTfsTask/Update-GitVersionTfsTaskVersion.ps1 b/src/GitVersionTfsTask/Update-GitVersionTfsTaskVersion.ps1 index daf30f2b3c..2d223a0002 100644 --- a/src/GitVersionTfsTask/Update-GitVersionTfsTaskVersion.ps1 +++ b/src/GitVersionTfsTask/Update-GitVersionTfsTaskVersion.ps1 @@ -14,4 +14,4 @@ $task.version.Patch = $patch # get this as a string again -ConvertTo-Json $task -Depth 999 | Set-Content -Path $filePath \ No newline at end of file +ConvertTo-Json $task -Depth 100 | Set-Content -Path $filePath \ No newline at end of file