File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 99 <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
1010 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1111 <SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
12+
13+ <!-- By default, NuGet doesn't include portable PDBs in nupkg. -->
14+ <!-- As I'm not producing a separate symbol package (*.snupkg), I want portable PDBs to be included. -->
15+ <!-- For more information about symbol packages, see https://learn.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg -->
16+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
1217 </PropertyGroup >
1318
1419</Project >
You can’t perform that action at this time.
0 commit comments