I have a console app that references a dll that includes a folder of content. When I build the app I can correctly see the folder in bin/debug containing the content. When I try and publish the same app that folder is missing.
I can get around it by adding the folder directly into the app and adding the content files as links, but this is quite brittle as it will not pick up new files added into the dlls content folder.
Is there a way of telling publish to include a subfolder from the build?