Octopus plugin for TeamCity

Is Octopack functionality part of this plugin or does each individual Visual Studio solution still require Octopack?

I’m about to trial TeamCity and Octopus together, and my ideal scenario is that my Visual Studio solutions don’t require Octopack.

thanks!

Hi,

Each project that you need to package (so web application projects, windows service projects, etc.) will need OctoPack installed. The TeamCity plugin just helps to invoke it.

If you really want to avoid using OctoPack, you could consider setting up a .nuspec and calling nuget.exe pack over the nuspec file manually during your build. OctoPack is really just a nice wrapper around that.

Paul

thanks - I’ll try both ways and see what works best for my situation.