Build succeeds, but publish fails
In my experience this can happen when files are added/removed from different branches of your source control and an imperfect merge causes the project file structure and the actual file structure to diverge. This could be one of several options: A file was deleted but the project still references it. Will fail to compile, will … Read more