diff --git a/.github/workflows/coding-style.yml b/.github/workflows/coding-style.yml index ebb0ef1a..4ac803f6 100644 --- a/.github/workflows/coding-style.yml +++ b/.github/workflows/coding-style.yml @@ -12,4 +12,4 @@ jobs: with: dotnet-version: 5.0.x - name: Build the app - run: dotnet build -p:CheckCodingStyle=true -p:TreatWarningsAsErrors=true + run: dotnet build -p:CheckCodingStyle=true -p:TreatWarningsAsErrors=true '-p:SkipTranscoder=true;SkipWebApp=true'