Search code examples
visual-studio-2013publish-profiles

Visual Studio 2013 Publish Disable "Preview"


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


Solution

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