mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
[Caching] Allow file accesses under windir (#32217)
This commit is contained in:
@@ -86,6 +86,7 @@
|
|||||||
$(LocalAppData)\Microsoft\Windows\INetCache\**;
|
$(LocalAppData)\Microsoft\Windows\INetCache\**;
|
||||||
A:\;
|
A:\;
|
||||||
E:\;
|
E:\;
|
||||||
|
$(windir)\**;
|
||||||
</MSBuildCacheAllowFileAccessAfterProjectFinishFilePatterns>
|
</MSBuildCacheAllowFileAccessAfterProjectFinishFilePatterns>
|
||||||
|
|
||||||
<!-- Unit tests of low-priv processes, eg the preview handler tests, may log to this location. -->
|
<!-- Unit tests of low-priv processes, eg the preview handler tests, may log to this location. -->
|
||||||
|
|||||||
Reference in New Issue
Block a user