chore: 🚧 set the sonar action to not build the ui

pull/4334/head
Jamie 3 years ago committed by GitHub
parent 5ef1b4adb6
commit fa458a816d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,5 +40,5 @@ jobs:
run: |
.\.sonar\scanner\dotnet-sonarscanner begin /k:"Ombi-app_Ombi" /o:"ombi-app" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
cd src
dotnet build
dotnet build -c NonUiBuild
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"

Loading…
Cancel
Save