How to do multiple OctoPacks per project

Hello,

When I build, I would like to do multiple package deployments so that I can facilitate continuous deployments but also have these packages in an external NuGet server. I understand Octopus only supports CI strategies using the built-in feed but I’d also like to utilize an external feed. Is this possible?

Thanks,
Michael

Hi Michael,

Thanks for reaching out!

What you can do is add an extra step in your build process that triggers a release/deployment right after you push your new package to your external feed. You can use our cmd line app Octo.exe to do this.

Hope that helps!
Dalmiro

That’s what I’ll do, then. Thank you!