Using XUnit with Visual Studio Online

心不动则不痛 提交于 2019-12-04 11:50:05

This might be out of date now, but this is how I have it setup and working - downvote and let me know if it's wrong and I'll delete this. I got it from a blog post/MSDN page, but I can't locate it any more.

First you need to create a TFVC Team Project (doesn't matter if you don't use it again).

Into $/MyTFVC/BuildProcessTemplate/CustomActivities/

Checking the following files from xunit.net:

Now in VS, click the BUILD, Manage Build Controllers... option. Select the "Hosted Build Controller (Hosted)" and click "Properties...".

Enter the path where you checked in the DLL's into the "Version control path to custom assemblies" field:

You should be good to go.

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