Skip to content

Commit 70a1285

Browse files
Update build.yml
1 parent 7cc9eb5 commit 70a1285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
dotnet-sonarscanner begin \
3636
/k:"${{ env.SONAR_SCANNER_PROJECT_KEY }}" \
37-
/o: "supportteam-sc-demos" \
37+
/o:"supportteam-sc-demos" \
3838
/d:sonar.login="${{ secrets.SONAR_TOKEN }}" \
3939
/d:sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"
4040

0 commit comments

Comments
 (0)