Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vanguille committed Feb 6, 2025
1 parent b59ce24 commit 3c361d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
7.0.x
8.0.x
- name: Install SonarScanner for .NET
run: dotnet tool install --global dotnet-sonarscanner

- name: Detect solution file
run: |
SOLUTION_FILE=$(find . -name "*.sln" | head -n 1)
Expand Down

0 comments on commit 3c361d4

Please sign in to comment.