Best practices with Nuget: Debug or Release?
问题 Currently, I package the release builds with Nuget for the official builds to nuget.org, but I package the debug builds with Nuget for the symbol source pushes to symbolsource.org. EDIT: (Jon Skeet, with some bias from Noda Time development) NuGet now supports pushing to both NuGet gallery and symbolsource.org (or similar servers), as documented. Unfortunately, there are two contradictory requirements here: When just using a library without any need for debugging, you really want a release