I've been looking everywhere for the best way to automate creation of a NuGet package from a Visual Studio project. This is the latest set of instructions for setting things up, but I'm having trouble following that due to recent changes. I'm looking for setup instructions that include:
- Which NuGet packages I need to include
- Nothing I found used these which seems odd to me
- The descriptions aren't very helpful
- What changes I need to make to the .csproj file to automate packaging via MSBuild
- Please include instructions for both .csproj and .nuspec files (if there's differences)
- Bonus: Package specific files in .nuspec with token replacement from .csproj
I'm using Visual Studio 2015. It'd be nice if the instructions were compatible with 2013 as well, but that's not a deal breaker.