Skip to content

Commit

Permalink
Removed multiple dotnet versions from sonarcloud, added proper projec…
Browse files Browse the repository at this point in the history
…t key.
  • Loading branch information
lvukadinovic-ib committed Oct 28, 2024
1 parent 16df0c7 commit f0fd7d2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ on: [push]
jobs:
sonarcloud:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: [6.x, 7.x, 8.x]
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet-version }}
dotnet-version: '6.x'
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit f0fd7d2

Please sign in to comment.