Search code examples
asp.netvisual-studio-2010publish

VS2010: Publish w/o mouse?


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?


Solution

  • 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.