I have an Analysis Services project setup in Visual Studio and I would now like to use Octopus Deploy to deploy it. The project has a .dwproj extension. I use TeamCity and would like to create deployment packages from there.
How do I create the nuget packages for Octopus from TeamCity (I don't think I can just add Octopack to the project).
Is there a Step Template available for deploying the Nuget Packages that would be created from TeamCity? In the Octopus Deploy community I have found a Step Template called "Deploy SSAS from Package", however, its not obvious whether this is what we should be using in our circumstances.