Hi!
We just started using Octopus together with Jenkins a few weeks ago to deploy our website to our IIS.
To use some visual studio features, we have a web.base.config, and web..config in our project.
Current octopus transform: "Web.#{Octopus.Environment.Name}.config => Web.base.config"
We then in Postbuild.ps1 rename web.base.config to web.config.
The problem is that Postbuild.ps1 is executed after the deploy process has changed the physical path is the website, so for a second, the website is running without a web.config file.
How do I solve this problem in Octopus? I need to transform base.web.config with web..config, but still end up with a new web.config file.
Regards Andreas