Skip to content

Commit 62c691c

Browse files
authored
/o: (#255)
1 parent a963fcb commit 62c691c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
# - https://github.com/Microsoft/vsts-tasks/issues/8291
2626
#
2727
- script: |
28-
%USERPROFILE%\.dotnet\tools\dotnet-sonarscanner begin /k:"system.linq.dynamic.core" /d:sonar.organization="stefh-github" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="$(SONAR_TOKEN)" /v:"$(buildId)" /d:sonar.cs.opencover.reportsPaths="**\coverage.opencover.xml"
28+
%USERPROFILE%\.dotnet\tools\dotnet-sonarscanner begin /k:"system.linq.dynamic.core" /o:"stefh-github" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="$(SONAR_TOKEN)" /v:"$(buildId)" /d:sonar.cs.opencover.reportsPaths="**\coverage.opencover.xml"
2929
displayName: Begin SonarScanner
3030

3131
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)