Skip to content

Commit 84982f1

Browse files
committed
Set test verbosity to minimal
So pending and failed tests are easier to see.
1 parent d8678a6 commit 84982f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShellEditorServices.build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ param(
1919
[string]$TestFilter = '',
2020

2121
# See: https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-test
22-
[string[]]$TestArgs = @("--logger", "console;verbosity=normal", "--logger", "trx")
22+
[string[]]$TestArgs = @("--logger", "console;verbosity=minimal", "--logger", "trx")
2323
)
2424

2525
#Requires -Modules @{ModuleName="InvokeBuild"; ModuleVersion="5.0.0"}

0 commit comments

Comments
 (0)