msbuild icon indicating copy to clipboard operation
msbuild copied to clipboard

Fix aggressive caching of immutable files for ARM64 architecture

Open AR-May opened this issue 3 years ago • 0 comments

The aggressive caching of immutable files (introduced in #6974) does not work for arm64 scenarios because locations of immutable files for this architecture are different. So, we do not benefit from this optimization in arm64 scenarios. We want to revisit PR #6974 and more specifically the FileClassifier.cs to fix that.

AR-May avatar Sep 08 '22 13:09 AR-May