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 a881beb commit 7cc9eb5Copy full SHA for 7cc9eb5
.github/workflows/build.yml
@@ -34,6 +34,7 @@ jobs:
34
run: |
35
dotnet-sonarscanner begin \
36
/k:"${{ env.SONAR_SCANNER_PROJECT_KEY }}" \
37
+ /o: "supportteam-sc-demos" \
38
/d:sonar.login="${{ secrets.SONAR_TOKEN }}" \
39
/d:sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"
40
0 commit comments