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
.pdb
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.