如何清理符号存储?
我们正在从 TFS 运行持续集成构建,并生成许多我们使用 symstore.exe 存储的符号文件(去年左右价值 67GB)。其他人如何清理他们的符号文件? 您使该过程自动化吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AgeStore 可以用于此 - 您可以定期运行它以从不再使用的旧日常构建中删除符号。 但是,您需要确保存档您需要保留更长时间的里程碑或已发布的版本,因为 AgeStore 也会删除它们。
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.