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 ae1ec00 commit 7017011Copy full SHA for 7017011
.github/workflows/sonarcloud.yml
@@ -26,6 +26,6 @@ jobs:
26
env:
27
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
28
run: |
29
- dotnet-sonarscanner begin /k:"infobip-api-csharp-client" /o:"infobip" /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
+ dotnet-sonarscanner begin /k:"infobip-api-csharp-client" /o:"infobip" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.branch.name="master"
30
dotnet build
31
dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
0 commit comments