Suggestions for dependency resolution for nuget packages

I read in the documentation that octopus does not do dependency resolution for nuget packages. It is not feasible for us to tell all project owners to include all dependencies in a single nuget file. How do your other clients handle this and do you have any recommendations to go about this?

Manav

Hi Manav,

Thanks for getting in touch.

We use Nuget slightly differently.
As a developer building you’d install a package via nuget and it will do the dependency resolution. We take the built output from application and use nuget as a packaging format for the app.

The documentation on our site explains how we package applications http://docs.octopusdeploy.com/display/OD/Packaging+applications

Does that make sense ?

Kind regards

Damian