We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1317d commit 3bb9cb0Copy full SHA for 3bb9cb0
Directory.Build.props
@@ -11,9 +11,9 @@
11
</PropertyGroup>
12
13
<PropertyGroup>
14
- <DebugSymbols>true</DebugSymbols>
15
- <DebugType>embedded</DebugType>
16
- <PathMap>$([System.IO.Path]::GetFullPath('$(SolutionDir)'))=./</PathMap>
17
- </PropertyGroup>
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>embedded</DebugType>
+ <PathMap>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))=./</PathMap>
+ </PropertyGroup>
18
19
</Project>
0 commit comments