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 8fa3384 commit 3aeed02
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: SonarQube Analysis (C#)

on: push
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
sonarqube:
Expand All @@ -13,10 +19,13 @@ jobs:
with:
fetch-depth: 0

- name: Setup .NET
- name: Setup .NET (Multiple Versions)
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Detect solution file
run: |
Expand Down

0 comments on commit 3aeed02

Please sign in to comment.