File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2929 inputs :
3030 command : custom
3131 custom : tool
32- arguments : |
33- '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
34- dotnet build –no-incremental
35- dotnet dotcover test --dcReportType=HTML
36- dotnet sonarscanner end /d:sonar.login="$(SONAR_TOKEN)"'
32+ arguments : ' 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
33+ dotnet build –no-incremental
34+ dotnet dotcover test --dcReportType=HTML
35+ dotnet sonarscanner end /d:sonar.login="$(SONAR_TOKEN)"'
You can’t perform that action at this time.
0 commit comments