VS2010:无需鼠标即可发布?

发布于 2024-10-01 06:57:10 字数 96 浏览 0 评论 0原文

我在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

第七度阳光i 2024-10-08 06:57:10

有一个命令,但默认情况下不是键绑定,但您可以绑定一个。

转到工具> 选项 > 环境 > 键盘并在“显示包含的命令:”中搜索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.

岁月流歌 2024-10-08 06:57:10

如果您正在查看要发布的项目中的文件,请按住 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.

锦上情书 2024-10-08 06:57:10

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文