We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672e956 commit 2ddfd09Copy full SHA for 2ddfd09
Directory.Build.props
@@ -1,5 +1,5 @@
1
<Project>
2
<PropertyGroup Label="Normalise stack trace file locations">
3
- <PathMap>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))=.</PathMap>
+ <PathMap Condition="'$(Configuration)'=='Release'">$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))=.</PathMap>
4
</PropertyGroup>
5
</Project>
0 commit comments