I have 3 transformation files in my mvc project called Web.Debug.config, Web.AWS QA.config, Web.Release.config. I have an environment called AWS QA.
I have checked both Configuration Variables and Configuration transforms in the Enable Features section of my build step, I have also added Web.AWS QA.config => Web.config to my Additional transforms section.
Yet, when i deploy to the AWS QA environment, i get what is in my normal web.config which is what i use when developing on my local machine, which does not include what i have in Web.AWS QA.config which is what i need. Am I missing something?
I had the same issue. Add a powershell script to renam your files in octopus deploy using the Rename-Item command:
Hope it helps!