|
|
|
@ -45,6 +45,6 @@ jobs:
|
|
|
|
|
# The organization and project arguments (see /o and /k) are displayed
|
|
|
|
|
# on the project dashboard in SonarCloud.
|
|
|
|
|
run: |
|
|
|
|
|
.\.sonar\scanner\dotnet-sonarscanner begin /k:"SonarSource_sonarcloud-github-action-samples" /o:"sonarsource" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
|
|
|
|
|
.\.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"
|
|
|
|
|
dotnet build src/Ombi.sln
|
|
|
|
|
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
|
|
|
|
|