Skip to content

Commit 3ffd9e7

Browse files
committed
avoid generating symbol package for CustomPlugin to avoid release errors in future
1 parent e360df9 commit 3ffd9e7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Plugins/Reqnroll.CustomPlugin/Reqnroll.CustomPlugin.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<IncludeMainProjectInDepsFile>false</IncludeMainProjectInDepsFile>
77
<IncludeBuildOutput>false</IncludeBuildOutput>
8+
<IncludeSymbols>false</IncludeSymbols>
9+
<IncludeSource>false</IncludeSource>
810

911
<!-- NuGet configuration -->
1012
<PackageId>Reqnroll.CustomPlugin</PackageId>

0 commit comments

Comments
 (0)