1

When I'm in VS I occasionally want to rapidly push changes. When I go to the "publish" prompt it forces a preview window. See below. I have to explicitly press "publish" again. Is there anyway to just straight publish?

Also is there a keyboard shortcut for this?

enter image description here

aherrick
  • 19,799
  • 33
  • 112
  • 188

1 Answers1

2

Show the Web One Click Publish toolbar and you can publish by clicking the Publish Web button

You can also create a keyboard shortcut for Build.PublishSelection which will display the publish dialog. Pressing Enter when the dialog shows will deploy using your default profile.

Patrick McDonald
  • 64,141
  • 14
  • 108
  • 120
  • Ok this is working awesome! I wish I could skip the ENTER though on the keyboard shortcut. Any thoughts there? – aherrick Jul 08 '14 at 15:25
  • 1
    I'm afraid I can't see any way to bind the "Publish Web" button to a shortcut key. The only Publish option I can find that can be bound involves displaying the publish dialog. – Patrick McDonald Jul 08 '14 at 15:41