Using RMO, I have created a Visual Studio build definition. In the Copy Files step, if I give the contents as
**\*.zip
it creates a zip file of my compiled project along with the web.config file. I need to add some additional config files to this zip which are solution level folder and not in the project folder. These 3 files are copied over to the project folder in a pre build event. So I cant set Build Action = Content for these files.