Hey guys,
today I tried the C# build with running the unit tests and followed the documentation.
I think there is an mistake in the C# Nunit section.
mono ./testrunner/NUnit.Runners.3.9.0/tools/nunit-console3.exe ./MyProject.Tests/bin/Release/MyProject.Tests.dll
Failed for me because the nunit-console3.exe
was not found. The problem is that the path has changed to
./testrunner/NUnit.ConsoleRunner.3.9.0/tools/nunit3-console.exe
. I think would be cool if you can update the docs.
After changing the path everything worked well
Thanks for this nice CI tool.
Greets
Chris