I'm using Azure Devops to release an appliction using the IIS Web App Deploy task. It has an option to to do XML Variable Substituion but only in appSettngs, applicationSettings and connectionStrings sections of any config file and parameters.xml file.
However I am trying to deploy a Sitecore CMS solution which contains it's own section in config file which the default substitution functionality therefore does not replace.
Is there a way to get variable subsitution working like this?