From 648b99eabe30165eb6a04c139b8fced44ffe18ff Mon Sep 17 00:00:00 2001 From: Victor Irzak Date: Sat, 17 Feb 2024 12:05:43 -0500 Subject: [PATCH] Account for dotnet permission bug https://github.com/dotnet/sdk/issues/13808 --- Directory.Build.props | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index 30c7140..504e9d5 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -30,6 +30,11 @@ AllEnabledByDefault + + + /tmp/$(USER)/project/obj/ + +