Skip to content

Commit

Permalink
SonarCloud Github Action adjusted to run compile .Net Framework projects
Browse files Browse the repository at this point in the history
  • Loading branch information
tiglate authored Oct 12, 2024
1 parent 416fc41 commit f82f9ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
run: |
New-Item -Path .\.sonar\scanner -ItemType Directory
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
- name: Setup Nuget
uses: Nuget/setup-nuget@v2
- name: Restore nuget packages
run: nuget restore Curupira.sln
- name: Add msbuild to PATH
uses: microsoft/[email protected]
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
Expand Down

0 comments on commit f82f9ee

Please sign in to comment.