[Caching] Allow file accesses under windir (#32217)

This commit is contained in:
David Federman 2024-04-09 11:53:24 -07:00 committed by GitHub
parent 9d97ae8498
commit a41446d9d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,6 +86,7 @@
$(LocalAppData)\Microsoft\Windows\INetCache\**;
A:\;
E:\;
$(windir)\**;
</MSBuildCacheAllowFileAccessAfterProjectFinishFilePatterns>
<!-- Unit tests of low-priv processes, eg the preview handler tests, may log to this location. -->