VS2010:无需鼠标即可发布?
我在VS2010。我有一个 Web 应用程序类型的项目。我想发布它(相当于右键单击,在解决方案资源管理器中的项目上发布)。我不想用我的鼠标。
我最好的举动是什么?
I'm in VS2010. I have a project of type Web Application. I want to publish it (equivalent of Right-Click,Publish on the project in Solution Explorer). I don't want to use my mouse.
What's my best move?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
有一个命令,但默认情况下不是键绑定,但您可以绑定一个。
转到工具> 选项 > 环境 > 键盘并在“显示包含的命令:”中搜索Build.PublishSelection,然后您可以将任何您想要的组合键绑定到它。
There is a command, but isn't a keybinding by default, but you can bind one.
Go to Tools > Options > Environment > Keyboard and in "Show commands containing:" search for Build.PublishSelection, then you can bind whatever key combo you want to that.
如果您正在查看要发布的项目中的文件,请按住 alt 然后键入 B、H、P。
If you're looking at a file in the project you want to publish, hold down alt then type B, H, P.
ctrl + w + s
在解决方案资源管理器中选择要发布的项目
alt + b 访问构建菜单
选择发布 your_project_name
ctrl + w + s
select the project in the solution explorer you want to publish
alt + b to access build menu
select publish your_project_name