Skip to content

Commit 879cc50

Browse files
committed
test
1 parent 4d67c6c commit 879cc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
/d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}" \
6262
/d:sonar.login="${{ secrets.SONAR_TOKEN }}"
6363
64-
dotnet build "$SOLUTION_FILE" --configuration Debug
64+
dotnet build "$SOLUTION_FILE" --configuration
6565
dotnet test "$SOLUTION_FILE" --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory ./TestResults/
6666
dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"

0 commit comments

Comments
 (0)