I have used Octopus Deploy before, and was very happy with it, however, now I’m only using TeamCity. The nice thing about using one tool, is that you get dependency chains and version numbers all the way from compiling to deployment, and you can also run tasks AFTER deployment, e.g. run integration tests. I struggle a bit finding where to run integration tests in the pipeline if using another tool than TeamCity for the deployment part.
Any ideas?