Visual Studio 2012 - Database Project - setting a default profile for publish
Just wondering if anyone knows how to set a saved publish profile as the default i.e. profile that's automatically loaded when I select publish. I love the new profile approach but I'm a bit over having to reselect the same profile over and over while I'm developing. In VS2012 and up, you can set the Default Publish Profile by right-clicking on the .xml profile file and clicking the Set As Default Publish Profile option. It will then be auto-loaded when you click to Publish the project. So I've just discovered how to do this, right click on the specific .xml file (e.g. Debug.publish.xml) that