I am using MEF to do a sort of crude plugin architecture. This is working well. However, when I do a deployment using the visual studio package/publish build tasks (which I am calling via NAnt/MSbuild). My unreferenced plugin assemblies are not being included in the package and so are not deployed.
Is there a way to tell VS/MSBuild to include these DLLs?
They live in /bin/Extensions.
Cheers, Rob