mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

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
7 lines
209 B
ReStructuredText
7 lines
209 B
ReStructuredText
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.
|