Skip to content

Commit

Permalink
Update sonar-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib authored Aug 17, 2023
1 parent 72fdb74 commit 0c2f4b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/sonar-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ jobs:
distribution: 'adopt'
architecture: x64

- name: Install .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.x
7.x
8.x
- name: Run Sonar Analysis
run: ./build.cmd SonarPr
env:
Expand Down

0 comments on commit 0c2f4b3

Please sign in to comment.