I have a VS2015 solution with 6 projects in it. I'd like to create a nuget package out of it but:
- the project is for internal use only, so I don't want to publish it online
- It should include the source code (is it possible?, not a strict requirement)
- It should be the final artifact, can I choose a directory where to have such package?
thanks