JetBrains / meta-runner-power-pack

A set of Meta-runners for TeamCity
Apache License 2.0
257 stars 125 forks source link

Specify local xUnit executable path #108

Open nawfalhasan opened 6 years ago

nawfalhasan commented 6 years ago

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.