Include pdb files into my nuget (nupkg) files

前端 未结 6 561
盖世英雄少女心
盖世英雄少女心 2020-12-13 12:52

I am using MSBuild to generate my nuget packages.

Is there any command I need to set, to allow it to include my .pdb files, for stepping into the source

6条回答
  •  一向
    一向 (楼主)
    2020-12-13 12:59

    Refer to this link. Actually you should add -Symbols to the end of command to create a symbols package. You shouldn't add pdb files to main nuget package.

提交回复
热议问题