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 7cc9eb5 commit 70a1285Copy full SHA for 70a1285
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
dotnet-sonarscanner begin \
36
/k:"${{ env.SONAR_SCANNER_PROJECT_KEY }}" \
37
- /o: "supportteam-sc-demos" \
+ /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