Visual Studio integrated custom MSBuild task behaviour

半世苍凉 提交于 2019-12-03 21:35:51

For this feature, you must create Visual Studio Integrated Package that display custom panel in Visual Studio. This custom panel will be called when your project is built.

Visual Studio Extensibility Developer Center

Anton Gogolev

I have no solution to your exact problem, but have some thoughts.

Are you sure you want to run a full suite of unit tests at the end of each and every build? I personally find it to be a productivity killer. Rather, while working with code I tend to run a small subset tests which cover only the code in question, and this is where tools like ReSharper or TestDriven.NET come into play.


(source: jetbrains.com)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!