1
votes

Is there a way to run xUnit tests for UWP with TFS 2015 vNext build? I try to do it with my local build Agent with it running in interactive mode. When test needs to be done, the UWP test app runs but no tests discovered. Is it supported to run this tests?

1
Maybe this will help tech.trailmax.info/2014/01/…Ken Tucker
@KenTucker this is about old build style, unfortunatelyViachslau

1 Answers

2
votes

Yes, assuming you have installed xunit via Nuget and your packages are at the root level of your sources folder, you just need to set the Path to Custom Test Adapters to your packages folder.

In my case: $(Build.SourcesDirectory)\packages - adjust as you need to.

enter image description here