简体   繁体   中英

Error Running NUnit Tests in TFS Build

I have a build in which one of the steps is to run Unit tests

In my test project I have: NUnit v3.4.1 NUnitTestAdapter: 2.0.0

My test step is setup as follows 在此处输入图片说明

I get the following exception

Error: Exception NUnit.Core.UnsupportedFrameworkException, Exception thrown executing tests

Ok so i removed NUnitTestAdapter 2.0

and added NUnit3TestAdapter

and it now works

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM