I have a web project is VS2013 that contains a publish profile called Test. I have web.config and a web.test.config along with log4net.config and log4net.test.config transform.
The web.config is transformed when the project is published (using VS2013 'Publish to File System') but the log4net config file isn't.
Do I need to adjust my Project file to ensure the transforms happen for non-web.config files during publish?

