Different git branches could be running on different xUnit versions and the current approach of choosing the latest from nuget doesn't work. xUnit can have breaking changes. Hence it should be possible to specify a local xUnit executable path. This is similar to https://github.com/JetBrains/meta-runner-power-pack/issues/96 but I do not want to fetch xUnit from nuget, as that could slow down the build as well.
Different git branches could be running on different xUnit versions and the current approach of choosing the latest from nuget doesn't work. xUnit can have breaking changes. Hence it should be possible to specify a local xUnit executable path. This is similar to https://github.com/JetBrains/meta-runner-power-pack/issues/96 but I do not want to fetch xUnit from nuget, as that could slow down the build as well.
Note: we have xUnit checked in to source control.