I've create Azure Worker Role. This Azure Worker Role service has a sub-folder which will contain extra dlls that are loaded dynamically with MEF at the run-time. Initially the sub-folder empty but it get populated when compiling other projects, since their build output folder is the sub-folder of the service. When I publish the worker role, it doesn't not include the extra dlls which the other projects copied in service sub-folder.
How do I include these dlls in the worker role package sub-folder?