From 93ffe7e570615fd64aae0215a09a97d3ab281d16 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sat, 17 Apr 2021 01:27:57 +0200 Subject: [PATCH] Disabling transcoder & webapp on the analysis --- .github/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 98350f99..410eff7a 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -46,6 +46,6 @@ jobs: -d:sonar.login="${{ secrets.SONAR_TOKEN }}" \ -d:sonar.host.url="https://sonarcloud.io" - dotnet build --no-incremental + dotnet build --no-incremental '-p:SkipTranscoder=true;SkipWebApp=true' ./.sonar/scanner/dotnet-sonarscanner end -d:sonar.login="${{ secrets.SONAR_TOKEN }}"