Skip to content

Commit 3bb9cb0

Browse files
committed
fix: bad path mapping
1 parent 4f1317d commit 3bb9cb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Directory.Build.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
</PropertyGroup>
1212

1313
<PropertyGroup>
14-
<DebugSymbols>true</DebugSymbols>
15-
<DebugType>embedded</DebugType>
16-
<PathMap>$([System.IO.Path]::GetFullPath('$(SolutionDir)'))=./</PathMap>
17-
</PropertyGroup>
14+
<DebugSymbols>true</DebugSymbols>
15+
<DebugType>embedded</DebugType>
16+
<PathMap>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))=./</PathMap>
17+
</PropertyGroup>
1818

1919
</Project>

0 commit comments

Comments
 (0)