Skip to content

Commit

Permalink
Lower verbosity level of analyzer builds
Browse files Browse the repository at this point in the history
the next lower option is minimal, which is already default
  • Loading branch information
Morilli committed Jun 6, 2024
1 parent 7499faf commit 43d449b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
dotnet-version: "8"

- name: Debug build with analyzers
run: Dist/BuildDebug.sh -v normal -warnaserror -p:RunAnalyzersDuringBuild=true
run: Dist/BuildDebug.sh -warnaserror -p:RunAnalyzersDuringBuild=true

- name: Release build with analyzers
run: Dist/BuildRelease.sh -v normal -warnaserror -p:RunAnalyzersDuringBuild=true
run: Dist/BuildRelease.sh -warnaserror -p:RunAnalyzersDuringBuild=true

test:
name: Test
Expand Down

0 comments on commit 43d449b

Please sign in to comment.