Good First Issue
倉庫指標
- Star
- (5,062 star)
- PR 合併指標
- (平均合併 11天 7小時) (30 天內合併 125 個 PR)
描述
Summary
dev drive has big impact on local build time for larger projects, due to file io speed improvement. Information whether customers used it during a build is useful for investigations.
Background and Motivation
e.g. recently we looked at a project that took 10mins of copy operations and when moved to a dev drive it took ~2
Proposed Feature
Probably can be implemented in the same way as https://github.com/dotnet/msbuild/issues/10151
Alternative Designs
No response