I have activated both configuration transform and variable substitution on my project.
On the logs (verbose), I get:
File ‘C:\Octopus\Applications\staging\MyProject\20210329.18731_2\log4net.Release.config’ was interpreted as an XML configuration transform; variable substitution won’t be attempted.
Any reason why I can’t first substitute variable on log4net.Release.config, then run default XML transforms to merge with log4net.config?
We do very similar operations on other projects without issue, and I can’t get what I’m doing wrong here.
Thanks for your ideas.