MSBuild task configuration property

前端 未结 4 1839
心在旅途
心在旅途 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:05

    OK I have found the issue. Nothing related to MSBuild, but instead the solution being built. Posting to save someone else the heartache.

    For whatever reason the Debug configuration was configured within the solution like so:

    alt text http://www.freeimagehosting.net/uploads/cad0bdf1c0.jpg

    So MSBuild was only doing what it was told too...

提交回复
热议问题