How do I prevent Visual Studio 2015 from launching a browser after publishing an asp.net application?

Does this information from Visual Studio 2013 still hold true for 2015?

http://www.asp.net/mvc/overview/deployment/visual-studio-web-deployment/deploying-to-iis

I can't check it myself, but essentially it says that in the 'connection' tab of the deploy dialog, the Destination URL setting isn't required. When Visual Studio finishes deploying the application, it automatically opens your default browser to this URL. If you don't want the browser to open automatically after deployment, leave this box blank.

Do you want to try that?


Update for Visual Studio 2019:

In the "Publish" page, look for "Configuration". On the right side, click the Pencil Icon.

In the next dialog, open the "Connection" tab, and empty the field "Destination URL".