Skip to content

Commit 56c617f

Browse files
authored
Tests: add quotes to sonar command.
1 parent 94151c9 commit 56c617f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ on_finish:
121121
- ps: |
122122
if (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) {
123123
sonar-scanner `
124-
-Dsonar.projectKey=pywin32 `
125-
-Dsonar.sources=. `
126-
-Dsonar.host.url=https://sonarqube.com `
127-
-Dsonar.login=%SONAR_TOKEN% `
128-
-Dsonar.cfamily.build-wrapper-output=sonar
124+
"-Dsonar.projectKey=pywin32" `
125+
"-Dsonar.sources=." `
126+
"-Dsonar.host.url=https://sonarqube.com" `
127+
"-Dsonar.login=%SONAR_TOKEN%" `
128+
"-Dsonar.cfamily.build-wrapper-output=sonar"
129129
}

0 commit comments

Comments
 (0)