From e0aa81e963a91064b80bc10e025a162b1845dd11 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 13 Sep 2021 21:23:17 +0200 Subject: [PATCH] CI: Fixing transcoder and webapp build on the coding style check --- .github/workflows/coding-style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'