We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8703c64 commit bf4281eCopy full SHA for bf4281e
Directory.Build.props
@@ -19,6 +19,8 @@
19
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
20
<MinVerIgnoreHeight>true</MinVerIgnoreHeight>
21
<PublishRepositoryUrl>true</PublishRepositoryUrl>
22
+ <IncludeSymbols>true</IncludeSymbols>
23
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
24
<EmbedUntrackedSources>true</EmbedUntrackedSources>
25
<DebugType>embedded</DebugType>
26
<Deterministic>true</Deterministic>
0 commit comments