nunit tests throwing exception only when run as part of tfs msbuild process

后端 未结 4 1355
野的像风
野的像风 2020-12-06 01:35

I\'m building and deploying a solution from Visual Studio 2015 using TFS 2012 without issues. I have decided to incorporate my unit tests as part of the prerequisites for th

4条回答
  •  生来不讨喜
    2020-12-06 02:07

    Found this article, but I have not tested it myself: NUnit failed to load in TFS build

    I ended up temporarily excluding my unittest-project from the build like described here

提交回复
热议问题