We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd89c53 commit f267193Copy full SHA for f267193
src/Directory.Build.props
@@ -6,4 +6,9 @@
6
<_Parameter1>$(AssemblyName).Tests</_Parameter1>
7
</AssemblyAttribute>
8
</ItemGroup>
9
+ <PropertyGroup>
10
+ <!-- Include symbol files (*.pdb) in the built .nupkg -->
11
+ <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
12
+ <PublishRepositoryUrl>true</PublishRepositoryUrl>
13
+ </PropertyGroup>
14
</Project>
0 commit comments