Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 425 Bytes

TestingDontWork.md

File metadata and controls

13 lines (9 loc) · 425 Bytes
layout title category
page
Testing doesnt work in Build
wiki

If testing doesn't work in TFS/VSTS Build, it may be because you have forgotten to include the NUnit/XUnit test adapter.
The message you get in the web build result is a bit misleading:
TestingDontWork

You dont need to add any new tasks, just include the NUnit Test Adapter from Nuget in one of your test projects