Reputation: 16642
Is there any button or shortcut that can make publish job instead of clicking to Build->Publish->...
Upvotes: 9
Views: 3726
Reputation: 4170
Best way I have found so far in VS2017 is to turn on the toolbar named "Web One Click Publish", then use the "Publish Web" button on the toolbar. I am trying to figure out how to assign a shortcut to this special "Publish Web" button but have not found that yet.
Upvotes: 3
Reputation: 930
You could add your own shortcut using Tools > Options > Environment > Keyboard.
The "Build.PublishSelection" command is the one to look for.
Upvotes: 2