How can I debug (preferably in an IDE) an MSBuild script?

后端 未结 5 1752
借酒劲吻你
借酒劲吻你 2021-02-06 03:48

We use MSBuild quite extensively as part of our continuous integration process, and whilst it is incredibly powerful and we can do practically all of our build, test and deploym

5条回答
  •  面向向阳花
    2021-02-06 04:08

    Well if you're using custom tasks, you can utilize this approach: How To: Debug a custom MSBuild task using Visual Studio

提交回复
热议问题