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 6917417 commit 19ba04aCopy full SHA for 19ba04a
.github/workflows/build.yml
@@ -19,6 +19,9 @@ jobs:
19
- uses: actions/checkout@v2
20
with:
21
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
22
+ - uses: actions/setup-dotnet@v4
23
+ with:
24
+ dotnet-version: '9'
25
- name: Cache SonarCloud packages
26
uses: actions/cache@v1
27
0 commit comments