I have a setup and deployment project that, on our build server, reports the following in the summary:
========== Rebuild All: 25 succeeded, 2 failed,
In my case the project failed to build because of incorrect version format ("Version" project properties). The accepted format is X.X.X like 1.0.0 When i change it to 1.0.0.0 the project will fail to build.