File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 4141 arguments : ' --configuration $(BuildConfiguration) /p:CollectCoverage=true /p:CoverletOutput=../TestResults/ /p:CoverletOutputFormat="json%2ccobertura" /p:MergeWith=../TestResults/coverage.json /p:ThresholdType=branch /p:Threshold=$(codeCoverageBranchThreshold) /p:ThresholdStat=total'
4242 publishTestResults : false
4343
44- - script : ' dotnet sonarscanner begin /k:"$(SONAR_PROJECT_KEY)" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="$(SONAR_TOKEN)" /d:sonar.cs.dotcover.reportsPaths=dotCover.Output.html
45- dotnet build –no-incremental
46- dotnet dotcover test --dcReportType=HTML
47- dotnet sonarscanner end /d:sonar.login="$(SONAR_TOKEN)"'
44+ - script : ' dotnet sonarscanner begin /k:"$(SONAR_PROJECT_KEY)" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="$(SONAR_TOKEN)" /d:sonar.cs.dotcover.reportsPaths=dotCover.Output.html dotnet build –no-incremental dotnet dotcover test --dcReportType=HTML dotnet sonarscanner end /d:sonar.login="$(SONAR_TOKEN)"'
4845 displayName : ' Rodando SonarScanner '
You can’t perform that action at this time.
0 commit comments