Visual Studio Team Services & Octopus Deploy Package Step

I have a solution that has several projects that need to be packaged and pushed to Octopus Deploy. Each project will need its own nuget package, as they each will go to different servers and provide different parts of the application. Is there a way to use the packaging step to package these projects and then push them to Octopus? Or do I have to use the command line options on the visual studio build step?

Hi,

Thank you for getting in touch! I had a look at our Package step and it simply calls octo.exe pack which doesn’t expose any options to publish packages. As you mentioned the easiest way to deal with multiple packages in a single solution is to use Octopack. In this way you can build the packages and then publish them to Octopus directly from your build.

Please let me know if that doesn’t solve your problem.

Regards

Pawel