We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d67c6c commit 879cc50Copy full SHA for 879cc50
.github/workflows/sonarcloud.yml
@@ -61,6 +61,6 @@ jobs:
61
/d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}" \
62
/d:sonar.login="${{ secrets.SONAR_TOKEN }}"
63
64
- dotnet build "$SOLUTION_FILE" --configuration Debug
+ dotnet build "$SOLUTION_FILE" --configuration
65
dotnet test "$SOLUTION_FILE" --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory ./TestResults/
66
dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
0 commit comments