MSBuild: Command Line Build error: Solution file error MSB5023: Error parsing the nested project section

后端 未结 5 1195
萌比男神i
萌比男神i 2021-01-07 16:55

I have a solution which uses Solution Folders to split out the projects. In the Visual Studio IDE, the solution builds fine.

However when running the build using MSB

5条回答
  •  庸人自扰
    2021-01-07 17:19

    Due to a merge conflict, my solution file was trying to stick two projects in a solution folder that didn't exist anymore. the NestedProjects section near the bottom mentioned a Guid that was removed from the Project enumeration at the top.

提交回复
热议问题