...
Free disk space
This release exposes Free disk space feature in UI that was earlier only available via setting build configuration properties.
While the old properties still work and take precedence, it is highly recommended to remove them and specify the value via "Disk Space" build feature instead. Future TeamCity versions might stop to consider the properties specified manually.
Command line runner
@echo off
which turns off command-echoing is added to scripts provided by "Custom script" runner parameter. To enable command-echoing add @echo on
to the script.
Changes from 6.0.2 to 6.0.3
...