Skip to content

Commit e252d85

Browse files
committed
Fix callstack jumping in VS Test Explorer
1 parent 32d4ba5 commit e252d85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NerdBank.GitVersioning/NerdBank.GitVersioning.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>netcoreapp1.0;net45</TargetFrameworks>
44
<GenerateDocumentationFile>true</GenerateDocumentationFile>
5+
<DebugType Condition=" '$(Configuration)' == 'debug' ">Full</DebugType>
56
</PropertyGroup>
67
<ItemGroup>
78
<PackageReference Include="LibGit2Sharp" Version="0.24.7-g9fca61fdda" />

0 commit comments

Comments
 (0)