Skip to content

Commit

Permalink
Update SonarCloud pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Feb 2, 2023
1 parent 2d98bba commit f37afe9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/SonarCloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ jobs:
name: Build and analyze
runs-on: windows-latest
steps:
- name: Install .NET 6
- name: Install .NET 6.0
uses: actions/[email protected]
with:
dotnet-version: 6.x
- name: Install .NET 7.0
uses: actions/[email protected]
with:
dotnet-version: 7.x
- name: Install .NET workload Android
shell: powershell
run: |
Expand Down

0 comments on commit f37afe9

Please sign in to comment.