dotnet/msbuild
在 GitHub 查看"Only one project" error should indicate all projects from the command line
Open
#2,121 创建于 2017年5月22日
User Experiencehelp wantedtriaged
仓库指标
- Star
- (5,062 star)
- PR 合并指标
- (平均合并 11天 7小时) (30 天内合并 125 个 PR)
描述
If some combination of the MSBuild command line and response file list multiple projects, MSBuild emits an error:
MSBUILD : error MSB1008: Only one project can be specified.
Switch: .\msbuild.binlog
But that error only lists one project. It would be nice if it listed all of the projects, to make it easier to figure out what intent was.
Issues like #2112 would be more easily debugged if this was the case.