Skip to content

Commit 3a67f1e

Browse files
Update csproj to build symbol files on nuget pack
1 parent bb6afcd commit 3a67f1e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Src/Notion.Client/Notion.Client.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
<PackageIcon>notion-logo.png</PackageIcon>
1313
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
1414
<PublishRepositoryUrl>true</PublishRepositoryUrl>
15+
16+
<!--Start: Create symbol package-->
17+
<IncludeSymbols>true</IncludeSymbols>
18+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
19+
<!--End: Create symbol package-->
1520
</PropertyGroup>
1621

1722
<ItemGroup>

0 commit comments

Comments
 (0)