Skip to content

Commit f267193

Browse files
authored
Add Symbols and SourceLink (#4)
1 parent cd89c53 commit f267193

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Directory.Build.props

+5
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@
66
<_Parameter1>$(AssemblyName).Tests</_Parameter1>
77
</AssemblyAttribute>
88
</ItemGroup>
9+
<PropertyGroup>
10+
<!-- Include symbol files (*.pdb) in the built .nupkg -->
11+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
12+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
13+
</PropertyGroup>
914
</Project>

0 commit comments

Comments
 (0)