We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce1b9e commit 22507c6Copy full SHA for 22507c6
Build.ps1
@@ -19,7 +19,7 @@ VerifySuccessExitCode
19
dotnet build --configuration Release /p:VersionSuffix=$versionSuffix
20
VerifySuccessExitCode
21
22
-dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage"
+dotnet test --no-build --configuration Release --verbosity quiet --collect:"XPlat Code Coverage"
23
24
25
dotnet reportgenerator -reports:**\coverage.cobertura.xml -targetdir:artifacts\coverage -filefilters:-*.g.cs
0 commit comments