W.r.t the query @ http://stackoverflow.com/questions/13389597/creating-nuget-package-with-project-referencies
Scenario :
Consider a solution representing a library which is organized as three projects : Project A , B and C. A has "project" dependency on B and C.
If user has to package this, he has to build packages for project B and C. Then add B and C as dependents in A's nuspec file.
Instead how about providing a "-PackDependencies" switch to "pack" command which would automatically take care of this scenario ?
Comments: We have implemented this feature with the -IncludeReferencedProject switch
Scenario :
Consider a solution representing a library which is organized as three projects : Project A , B and C. A has "project" dependency on B and C.
If user has to package this, he has to build packages for project B and C. Then add B and C as dependents in A's nuspec file.
Instead how about providing a "-PackDependencies" switch to "pack" command which would automatically take care of this scenario ?
Comments: We have implemented this feature with the -IncludeReferencedProject switch