Hi,
We have been generating the web.config file for our web projects (MVC/WCF) at deploy-time in our existing build/deploy process. I’m trying to switch over to use Octopus and OctoPack, and implemented this generation as a Deploy.ps1 script, but it seems that unless there is a web.config, OctoPack doesn’t want to pack the project “web style”, instead taking the bin folder.
Is there some switch on OctoPack to make it run in web mode even though there is no web.config? We have hundreds of web projects, dozens of environments, and a very large number of settings in our web.configs, so rebuilding them to use config transforms is unfortunately not an option.
Thanks,
Carl