Visual Studio Setup and Deployment build fails with no errors

后端 未结 4 1207
庸人自扰
庸人自扰 2021-01-13 05:04

I have a setup and deployment project that, on our build server, reports the following in the summary:

========== Rebuild All: 25 succeeded, 2 failed,

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-13 05:59

    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.

提交回复
热议问题