run stylecop in ci

This commit is contained in:
Morilli 2025-07-26 02:57:30 +02:00
parent 7b7d5d1154
commit bbb0e5c1d3
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 -warnaserror
run: Dist/BuildDebug.sh -warnaserror -p:RunStyleCop=true
- name: Release build with analyzers
run: Dist/BuildRelease.sh -warnaserror
run: Dist/BuildRelease.sh -warnaserror -p:RunStyleCop=true
test:
name: Test