We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17c8a3 commit 53f735aCopy full SHA for 53f735a
.github/workflows/sonar.yml
@@ -44,5 +44,5 @@ jobs:
44
run: |
45
Remove-Item -Path .\sonar-project.properties
46
.\.sonar\scanner\dotnet-sonarscanner begin /k:"Localibtest" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}"
47
- dotnet build
+ dotnet build backend
48
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
0 commit comments