CPack/NuGet: Enable the generation of NuGet symbol package(s)

Enable the generation of NuGet symbol package(s) with the new variable
`CPACK_NUGET_SYMBOL_PACKAGE`. CPack generates then normal nuget package
(*.nupkg) and a symbol nuget package (*.snupkg). The new generate
package contains PDB files.

Fixes: #26976
This commit is contained in:
Jens Carl
2025-06-02 14:20:35 -07:00
committed by Brad King
parent e3b7a00af1
commit e71396c8db
10 changed files with 99 additions and 2 deletions
@@ -0,0 +1,6 @@
cpack-nuget-symbol-package
--------------------------
* The :cpack_gen:`CPack NuGet Generator` gained option
:variable:`CPACK_NUGET_SYMBOL_PACKAGE` to generate NuGet
symbol packages containing PDB files.