Detect and log dev drive at the start of build
Open
Good First Issue
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
### Summary
[dev drive](https://learn.microsoft.com/en-us/windows/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_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.