We are using a TeamCity-Octopus CICD setup and its working great.
Im passing the --progress command(octo.exe) to get deploy notification to TeamCity from Octopus.
There is an issue here though, its deploying one project at a time(its waiting for the project to get deployed) and then deploying the next one. By this the overall deploy time is increasing by a huge margin. Is there any command/way you suggest to make these deployments happen parallely.