I think this issue is caused by publishing from multiple machines.
When I click publish I get the following in the output/build window
Copying all files to temporary location below for package/publish: obj\Release\Package\PackageTmp. Publishing folder /... ========== Build: 6 succeeded or up-to-date, 0 failed, 0 skipped ========== ========== Publish: 1 succeeded, 0 failed, 0 skipped ==========
I.e. its not iterating the folders to be published - When it works 'Publishing folder /...' lists every folder in the project.
obj\Release\Package\PackageTmp is correctly built with publishable content - I end up FTP'ing it manually to publish.
This seems to start once I publish a project from more than one machine (i.e. more than one developer, or one dev multiple machines, shared code via git, more than one publisher) but that might be conincidence.
Any ideas what I can do to fix/reset this?