Octopack Versioning and publish

I’m using TeamCity for my build server with the OctoPack plugin.

When I set “OctoPack package version:” the package gets deployed to the Octopus internal nuget. If I leave the field blank, the assembly version is used (which is what I want), but the package never makes it to Octopus’ nuget storage. The build log shows publishing artifacts, but it never gets copied. I see the nuget packages, but just not being published properly.

Hoping I’m missing something simple, since this is getting frustrating.

Thanks,
Chris

I switched to using a separate publish step and that works fine.