Remove build machine paths in stack traces
This commit is contained in:
parent
cb22629ac1
commit
26e5f8a205
1 changed files with 5 additions and 0 deletions
5
Directory.Build.props
Normal file
5
Directory.Build.props
Normal file
|
@ -0,0 +1,5 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<PathMap>$(MSBuildProjectDirectory)=$(MSBuildProjectName)</PathMap>
|
||||
</PropertyGroup>
|
||||
</Project>
|
Loading…
Reference in a new issue