Skip to content

Commit

Permalink
Create snupkg files
Browse files Browse the repository at this point in the history
Fix symbol packages not being created.
Resolves domaindrivendev#3165.
  • Loading branch information
martincostello committed Nov 23, 2024
1 parent 09561bb commit 85b4808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
TODO Go through the code and tidy up the usings
<ImplicitUsings>enable</ImplicitUsings>
-->
<IncludeSymbols>true</IncludeSymbols>
<LangVersion>latest</LangVersion>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<NeutralLanguage>en-US</NeutralLanguage>
Expand Down

0 comments on commit 85b4808

Please sign in to comment.