Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 3c8ec28

Browse files
no need to build the solution again
1 parent 24b86c8 commit 3c8ec28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Task("RunTests")
3939
foreach(var testProject in testProjects) {
4040
var projectDir = srcDir + Directory(testProject);
4141
StartProcess("dotnet", new ProcessSettings {
42-
Arguments = "xunit",
42+
Arguments = $"xunit -quiet -parallel all -configuration {configuration} -nobuild",
4343
WorkingDirectory = projectDir
4444
});
4545
}

0 commit comments

Comments
 (0)