We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edea08d commit c292266Copy full SHA for c292266
.github/workflows/sonarcloud.yml
@@ -59,6 +59,11 @@ jobs:
59
New-Item -Path ./.sonar/scanner -ItemType Directory
60
dotnet tool update dotnet-sonarscanner --tool-path ./.sonar/scanner
61
62
+ - name: Setup .NET
63
+ uses: actions/setup-dotnet@v4
64
+ with:
65
+ dotnet-version: 9.0.200
66
+
67
- name: Build and analyze
68
env:
69
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
0 commit comments