File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ for ($num = 1 ; $num -le $maxRuns ; $num++)
1616 }
1717 else
1818 {
19- dotnet test .\bunit.core.tests\bunit.core.tests.csproj - c $mode -- no- restore -- no- build -- blame- hang -- blame- hang- timeout 100s -- nologo -- logger: " console;verbosity=normal "
20- dotnet test .\bunit.web.tests\bunit.web.tests.csproj - c $mode -- no- restore -- no- build -- blame- hang -- blame- hang- timeout 100s -- nologo -- logger: " console;verbosity=normal "
21- dotnet test .\bunit.web.testcomponents.tests\bunit.web.testcomponents.tests.csproj - c $mode -- no- restore -- no- build -- blame- hang -- blame- hang- timeout 100s -- nologo -- logger: " console;verbosity=normal "
19+ dotnet test .\bunit.core.tests\bunit.core.tests.csproj - c $mode -- no- restore -- no- build -- blame- hang -- blame- hang- timeout 100s -- nologo
20+ dotnet test .\bunit.web.tests\bunit.web.tests.csproj - c $mode -- no- restore -- no- build -- blame- hang -- blame- hang- timeout 100s -- nologo
21+ dotnet test .\bunit.web.testcomponents.tests\bunit.web.testcomponents.tests.csproj - c $mode -- no- restore -- no- build -- blame- hang -- blame- hang- timeout 100s -- nologo
2222 }
2323}
You can’t perform that action at this time.
0 commit comments