For Information my full command:
“D:\Builds\Helper\OctopusTools.4.24.4\octo.exe” create-release --project “Test” --version=“1.%BUILD_NUMBER%.%SVN_REVISION%” --packageVersion 1.%BUILD_NUMBER%.%SVN_REVISION% --apiKey ******* -server http://****** --deployto Test_Single_Server;Test_Anlage --progress --waitfordeployment
Stupid Question from myself … This is the solution: split command up in 2 Arguments like this:
–deployto Test_Single_Server --deployto Test_Anlage --progress --waitfordeployment
Thanks for getting in touch! That’s great to hear you’ve gotten to the solution. The Octo.exe create-release doc page you linked to didn’t mention specifying this argument multiple times, so I’ve gone ahead and updated that to hopefully help in the future! Thanks for pointing this out, and please don’t hesitate to reach out if you have any further questions or concerns moving forward.