mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
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:
@@ -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.
|
||||
Reference in New Issue
Block a user