Specific config file substitution

We have specific config file what we would like to change with octopus deploy.
file name: feature.config
conent:


Is it possible to change with octopus Variable substitution?

Hi Peter,

I think the forum took away the XML that you pasted so I can’t see it, but in general:

Octopus will look for any <appSettings> elements and replace them if the key matches a known variable.

Otherwise, for anything more advanced, you’ll need to use PowerShell to open the file and replace the contents. You can access your variables from PowerShell.

This feature that will be in next release may also help:

Hope that helps,

Paul