mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-23 15:30:34 -04:00
Disabling transcoder & webapp on the analysis
This commit is contained in:
parent
5ae765368f
commit
93ffe7e570
2
.github/workflows/analysis.yml
vendored
2
.github/workflows/analysis.yml
vendored
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user