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 41f595e + 543d8e8 commit 4a365c1Copy full SHA for 4a365c1
.github/workflows/dotnet-coverage.yml
@@ -28,6 +28,9 @@ jobs:
28
uses: actions/setup-dotnet@v5
29
with:
30
dotnet-version: 10.0.x
31
+ - name: Tooling check
32
+ run: >
33
+ dotnet --version
34
- name: Restore dependencies
35
run: dotnet restore --verbosity normal
36
- name: Build
.github/workflows/sonarcloud.yml
@@ -17,6 +17,9 @@ jobs:
17
18
19
20
21
22
23
- name: Set up JDK
24
uses: actions/setup-java@v5
25
0 commit comments