开发者

Deploying web applications with VS2010's devenv.exe

开发者 https://www.devze.com 2023-02-10 12:22 出处:网络
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 sol

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!


I found the answer. The command line utility aspnet_compiler can be used to deploy a web application. Apparently, it's what the IDE calls when you trigger a web deployment.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号