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 32d4ba5 commit e252d85Copy full SHA for e252d85
src/NerdBank.GitVersioning/NerdBank.GitVersioning.csproj
@@ -2,6 +2,7 @@
2
<PropertyGroup>
3
<TargetFrameworks>netcoreapp1.0;net45</TargetFrameworks>
4
<GenerateDocumentationFile>true</GenerateDocumentationFile>
5
+ <DebugType Condition=" '$(Configuration)' == 'debug' ">Full</DebugType>
6
</PropertyGroup>
7
<ItemGroup>
8
<PackageReference Include="LibGit2Sharp" Version="0.24.7-g9fca61fdda" />
0 commit comments