I'm attempting to use the VS2010 command line utility, devenv.exe, to deploy a web solution, eventually on a bamboo CI server. The problem is, when I use the /deploy parameter, the solution builds, but does not deploy.
I've tried different parameter sets. I've included the /project setting to deploy a single web project, and tried it without. I've tried different configuration names (debug, release) to no avail.
I'd appreciate any help I can get on this.
Thanks!