We have recently moved to SSDT publish profiles
, we have couple of sql servers to which our app can connect.
Also, we have a SSDT Publish Profile for each server, thereby having a lot of .publish.xml files.
Our app.config which contains SQLConnectionString is placed in startup project. Can I have my SSDT Publish profiles in a way, where I have only one profile and that read target connection string from app.config ?
Please let me know if any clarification is needed thanks.