Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 879 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 879 Bytes

MSBuild integration for xUnit

Runs xunit tests using the official xunit MSBuild task with every build. Includes official xUnit MSBuild task binaries. The xunit.MSBuild.targets is added to your Visual Studio Projects that reference the xunit.MSBuild nuget package. A new version will be provided for every version of xunit. The xunit.MSBuild will always exactly match the version of xunit.

By default the xunit tests are run when building in Releaseconfiguration. You can change when the xunit tests are executed by overriding the value of RunXunitTests in your csproj, msbuild or targets file.

Grab the version matching your xunit version from NuGet. If the version is missing, please create an issue here, and I will upload a suitable package to NuGet.