I am trying to publish a WebJob from Visual Studio manually ("Publish as Azure WebJob"). This project references other projects that between them have 3 database connection strings. When VisualStudio starts to publish, it automatically adds the three connection strings from the referenced projects.
This link explains that this in normal.
Avoid editing database-related settings in the .pubxml file, because Visual Studio changes these automatically as it finds changes in the project
I want to stop this behaviour as I define the connection strings to use in the App.config
How do I stop the publish profile including the connection strings automatically?