Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

Commit 31d86aa

Browse files
committed
(GH-31) Include pdb in nupkg
1 parent 9583803 commit 31d86aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ https://github.com/dotnet/sourcelink/issues/572 -->
55
<Project>
66
<PropertyGroup>
77
<!-- Uncomment the following if you want to have pdb files embedded inside a nupkg package -->
8-
<!--<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>-->
8+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
99
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1010
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1111
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>

0 commit comments

Comments
 (0)