Skip to content

Commit 52144ae

Browse files
committed
Fix OpenCover execution by setting debugging information to pdb-only
1 parent 104e6bc commit 52144ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

BencodeNET/BencodeNET.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
<DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants>
2727
</PropertyGroup>
2828

29+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'">
30+
<DebugType>pdbonly</DebugType>
31+
</PropertyGroup>
32+
2933
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
3034
<Reference Include="System" />
3135
<Reference Include="Microsoft.CSharp" />

0 commit comments

Comments
 (0)