We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8915c7b commit 1928906Copy full SHA for 1928906
Build.ps1
@@ -16,7 +16,7 @@ VerifySuccessExitCode
16
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.DeterministicReport=true
17
VerifySuccessExitCode
18
19
-dotnet reportgenerator -reports:**\coverage.cobertura.xml -targetdir:artifacts\coverage
+dotnet reportgenerator -reports:**\coverage.cobertura.xml -targetdir:artifacts\coverage -filefilters:-*.g.cs
20
21
22
dotnet pack --no-build --configuration Release --output artifacts/packages --version-suffix="pre"
0 commit comments