Runs tests on the specified paths.
public static void RunTests(this DotNetBuildSettings settings, IEnumerable<string?> paths)
Calls RunTests on each path, in parallel if UseParallel is true.
Runs tests on the specified path.
public static void RunTests(this DotNetBuildSettings settings, string? path)
If null, runs all tests in the current solution. If an assembly, runs all tests in that assembly. Otherwise, runs all tests in the specified project or solution.