Skip to content

Commit 42aa68f

Browse files
committed
Disable logo when running tests
Apparently the logo still gets output if there are any test failures, as it's very large it's in the way so let's hide it.
1 parent a7831ba commit 42aa68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ task DotnetTest DotnetBuild, {
4141
Push-Location "./test/TinyIpc.Tests"
4242

4343
exec {
44-
dotnet test --no-build --max-parallel-test-modules 1
44+
dotnet test --disable-logo --no-build --max-parallel-test-modules 1
4545
}
4646
}
4747

0 commit comments

Comments
 (0)