vote up 0 vote down star

We're running continuous integration builds from TFS, and generating a lot of symbol files that we store using symstore.exe (67GB worth in the last year or so.) How do other people clean up their symbol files? Do you automate the process?

flag

1 Answer

vote up 1 vote down check

AgeStore can be used for this - you can run it periodically to delete symbols from old daily builds that aren't in use anymore. However, you need to make sure you archive your milestone or released builds that you need to keep longer since AgeStore will delete those as well.

link|flag
Thanks, this is exactly what I'm looking for! – jadeters Jun 2 at 22:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.