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.
2 parents 8888b50 + 0269af0 commit 41f595eCopy full SHA for 41f595e
1 file changed
.github/workflows/sonarcloud.yml
@@ -13,6 +13,10 @@ jobs:
13
name: Build and analyze
14
runs-on: windows-2025
15
steps:
16
+ - name: Setup .NET
17
+ uses: actions/setup-dotnet@v5
18
+ with:
19
+ dotnet-version: 10.0.x
20
- name: Set up JDK
21
uses: actions/setup-java@v5
22
with:
0 commit comments