Hello,
Are variables such as “#{Octopus.Machine.Name}” automatically replaced in config files?
So, for example, would this work by default:
@@@
<patch:attribute name=“value”>#{Octopus.Machine.Name}</patch:attribute>
@@@
Or do we need to setup the “Variable Substitution in Files” setting for our deployment step?