Lower verbosity level of analyzer builds

the next lower option is minimal, which is already default
This commit is contained in:
Morilli 2024-06-06 13:28:20 +02:00
parent 7499fafe65
commit 43d449be8b
1 changed files with 2 additions and 2 deletions

View File

@ -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