We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a963fcb commit 62c691cCopy full SHA for 62c691c
azure-pipelines.yml
@@ -25,7 +25,7 @@ steps:
25
# - https://github.com/Microsoft/vsts-tasks/issues/8291
26
#
27
- 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"
+ %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"
29
displayName: Begin SonarScanner
30
31
- task: DotNetCoreCLI@2
0 commit comments