Creating a nuget package with symbols is quite easy. You have 2 possible methods to create a nuget package with symbols: From nuspec file. How to create nuspec file. nuget pack MyPackage.nuspec -Symbols From project file. nuget pack MyProject.csproj ...