diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a21e2a3..a4a98525 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,8 +45,8 @@ jobs: shell: bash run: | echo "PROJECT=$([ "${{runner.os}}" == "Windows" ] \ - && echo " -p:IncludeConsole=true src/Kyoo.Host.WindowsTrait" \ - || echo src/Kyoo.Host.Console)" >> $GITHUB_ENV + && echo " -p:IncludeConsole=true -p:CheckCodingStyle=false src/Kyoo.Host.WindowsTrait" \ + || echo " -p:CheckCodingStyle=false src/Kyoo.Host.Console")" >> $GITHUB_ENV - name: Build the app env: INCLUDE: ${{env.INCLUDE}};C:\Program Files\FFmpeg\include diff --git a/src/Directory.Build.props b/src/Directory.Build.props index fe57ef74..b9d5b35c 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -3,9 +3,15 @@ true true true + + + + + + true - + @@ -13,7 +19,7 @@ - + true CS1591;SA1600;SA1601 true