Remove build machine paths in stack traces

This commit is contained in:
mageven 2022-11-26 17:14:03 +05:30
parent cb22629ac1
commit 26e5f8a205

5
Directory.Build.props Normal file
View file

@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<PathMap>$(MSBuildProjectDirectory)=$(MSBuildProjectName)</PathMap>
</PropertyGroup>
</Project>