Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Tests are not found when using the xunit.runner.msbuild in TeamCity

Adam Ralph edited this page Aug 4, 2015 · 2 revisions

This issue affects 2.x versions only. It does not affect versions 1.x and below.

It has been reported that, when using the xunit.runner.msbuild package, tests written using xBehave.net 2.0 and above are sometimes not found when building on TeamCity.

The solution for this is to include an explicit build step to restore the NuGet packages for your solution before building the solution itself.

Clone this wiki locally