Skip to content

Commit 22507c6

Browse files
committed
Reduce output from tests in local interactive build
1 parent bce1b9e commit 22507c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ VerifySuccessExitCode
1919
dotnet build --configuration Release /p:VersionSuffix=$versionSuffix
2020
VerifySuccessExitCode
2121

22-
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage"
22+
dotnet test --no-build --configuration Release --verbosity quiet --collect:"XPlat Code Coverage"
2323
VerifySuccessExitCode
2424

2525
dotnet reportgenerator -reports:**\coverage.cobertura.xml -targetdir:artifacts\coverage -filefilters:-*.g.cs

0 commit comments

Comments
 (0)