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 9ad88c0 commit 9af9105Copy full SHA for 9af9105
.github/workflows/build-and-deploy.yml
@@ -52,6 +52,11 @@ jobs:
52
- uses: actions/setup-dotnet@v1
53
with:
54
dotnet-version: '${{ env.DOTNETSDK_VERSION }}'
55
+ - name: Use Java 11 (required by SonarCloud)
56
+ uses: actions/setup-java@v1
57
+ with:
58
+ java-version: '11'
59
+ java-package: jre
60
- name: Install dotnet tools
61
run: dotnet tool restore
62
- name: SonarCloud Setup
0 commit comments