CI: Fixing transcoder and webapp build on the coding style check

This commit is contained in:
Zoe Roux 2021-09-13 21:23:17 +02:00
parent e7b93393f4
commit e0aa81e963

View File

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