Skip to content

Commit 4dda8af

Browse files
committed
Fixed "Please use the parameter prefix '/o:'"
1 parent 2b278b6 commit 4dda8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_script:
2121
test "$WITH_SONAR_ANALYSIS" = "true" && dotnet sonarscanner begin \
2222
/k:"$SONAR_PROJECT_KEY" \
2323
/n:"$SONAR_PROJECT_NAME" \
24-
/d:sonar.organization="$SONAR_ORGANIZATION_KEY" \
24+
/o:"$SONAR_ORGANIZATION_KEY" \
2525
/d:sonar.host.url="$SONAR_URL" \
2626
/d:sonar.login="$SONAR_TOKEN" \
2727
/d:sonar.cs.vstest.reportsPaths="${TEST_RESULTS_PATH}/tests.trx" \

0 commit comments

Comments
 (0)