TFS2010 database is growing fast (50GB per month) because of our TFS builds. We noticed that tbl_attachmentcontent table contains some binary (dll) files and some files related to instrumentation and TQAgents... All content seems to be unit test related.
I tried to find something how to stop growing of TFS DB because of unit tests. I found this suggestion to disable publishing of unit test results to the TFS.
How can I disable publishing of binary files to the TFS DB? Is it possible to disable publishing of specific content? What will be missing in the TFS when I disable publising unit tets results to the TFS?
At about 400+ unit tests are running every build including code coverage results and huge build log (500+ C# compiled projects with a lot of dependencies).
I'd like to have build retention policy set to "Kepp all", because of build statistics.