Debug source files from nuget package

I have the source code in an internal nuget package. So the top level inside the package looks like this:

lib
src
name.of.package.XXXX.nupkg

      

How can I tell VS2013 the location of the source code so I can log into it? (Without having to manually specify the src location)

thank

+3


source to share





All Articles