We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13eda9a commit bf4ded5Copy full SHA for bf4ded5
1 file changed
.github/workflows/BUILD_TEST_DSTV_NET.yml
@@ -36,7 +36,7 @@ jobs:
36
env:
37
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
38
run: |
39
- dotnet-sonarscanner begin /k:"colin-sonarsource_dotnet_core_sample" /o:"colin-sonarsource" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
+ dotnet-sonarscanner begin /k:"Baseflow_DSTV.Net" /o:"baseflow" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
40
dotnet build
41
dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
42
0 commit comments