Skip to content

Commit 3c82818

Browse files
authored
Merge pull request #13 from Redth/nuget-pdb
Include MavenNet.pdb in the NuGet package.
2 parents 907baf6 + 3491e73 commit 3c82818

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MavenNet/MavenNet.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<PackageTags>Maven</PackageTags>
1919
<Authors>Redth</Authors>
2020
<Owners>Redth</Owners>
21+
<!-- Include symbol files (*.pdb) in the built .nupkg -->
22+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
2123
</PropertyGroup>
2224

2325
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">

0 commit comments

Comments
 (0)