MSBuild task configuration property

前端 未结 4 1841
心在旅途
心在旅途 2020-12-09 16:55

I have three Visual Studio solutions. The first is configured to build as Release, and the other two are set to build as Debug.

When running a simp

4条回答
  •  既然无缘
    2020-12-09 17:29

    Have you tried running with /v:diag?

    Also, aside: I think you want "AnyCPU" (no space).

提交回复
热议问题