From 76b411a90ac16f801eba7c84890065f83f812251 Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Thu, 21 Aug 2025 13:24:48 -0400 Subject: [PATCH] [CI] Add process pattern for dotnet.exe to MSBuildCacheAllowFileAccessAfterProjectFinishProcessPatterns for testing --- Directory.Build.props | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index 4184a8f2a3..9b4a6e04c4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -108,6 +108,11 @@ $(USERPROFILE)\AppData\LocalLow\Microsoft\PowerToys\**; + + + $(MSBuildCacheAllowFileAccessAfterProjectFinishProcessPatterns); + \**\dotnet\dotnet.exe; +