Octopack producing multiple nuget packages

Is it possible to use Octopack to produce multiple NuGet packages within a single project?

We have a project that we need to package subsets of the output two different ways. Essentially there are ‘unpacked’ and ‘packed’ versions that need to be consumed differently.

Each package will have their own explicit nuspec file.

I know I can work around this by using Octopus for one and creating a TeamCity ‘NuGet Pack’ task for the other (or two Nuget steps) but I was wondering if there was any built in support.

Hi Trevor,

Unfortunately there is no way to do this with Octopak.
The TeamCity NuGet Pack tasks would be the right solution for this problem.

Let us know if there is anything else we can do.
Vanessa

Thanks Vanessa, always worth asking.