Web Config Transforms Not Working

I am trying to get web.config transforms working. I have 4 environments, Staging, StagingOld, Production & ProductionOld. For the process piece I have it configured to run the following transforms, Web.#{Octopus.Environment.Name}.config. I have confirmed that the transform files are there, but the original web.config is never getting updated. Any suggestions?

NM…I figured out my issue. The web.config transform files were getting copied to the bin directory. I updated the build options for those files to ‘Content’, this dumped them in the project root, which OD deployed and ran the config files as expected.