I'm looking into doing more automation in our build process; We use TeamCity and rake for our build tasks. We build our website into an MSI, and that's the extent of our CI system. I want to add deployment to the automation.
We use VMware Workstation so I want to add a build task to:
Does anyone have any advice on the best way to achieve this goal?
I've seen the following but not sure if they're suitable:
For simple tasks, you should consider using vmrun.exe
exists in every workstation installation folder.
Manual is here: vmrun Documentation