Skip to content

Commit ff7833a

Browse files
committed
Ensure a symbols package is generated
As part of our build process, we ensure that a separate symbols package is generated. As such, this doesn't technically need to be repeated here. But as this is a best practice and one we want to enforce, we're making sure this is explicit.
1 parent bd01ff9 commit ff7833a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<PackageProjectUrl>https://github.com/Ignia/Topics-Library</PackageProjectUrl>
1616
<UseFullSemVerForNuGet>true</UseFullSemVerForNuGet>
1717
<NeutralLanguage>en</NeutralLanguage>
18+
<IncludeSymbols>true</IncludeSymbols>
1819
</PropertyGroup>
1920

2021
</Project>

0 commit comments

Comments
 (0)