Skip to content

Commit

Permalink
Merge pull request #1963 from berryzplus/feature/use_build-sln_in_son…
Browse files Browse the repository at this point in the history
…arscan

SonarScanでbuild-sln.batを使う
  • Loading branch information
berryzplus authored Sep 13, 2024
2 parents ad063bb + 0e90c43 commit 53ea30b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sonarscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1

- name: Run the normal MSBuild process
run: build-sln.bat ${{ env.BUILD_PLATFORM }} ${{ env.BUILD_CONFIGURATION }}
shell: cmd

- name: Fetch Build-Wrapper
working-directory: ${{ github.workspace }}\.sonar
run: |
Expand Down

0 comments on commit 53ea30b

Please sign in to comment.