Skip to content

Commit

Permalink
Setup dotnet coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillGutyrchik committed Oct 13, 2023
1 parent ca95552 commit 502a460
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ jobs:
New-Item -Path .\.sonar\scanner -ItemType Directory
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x

- name: Install dotnet-coverage
shell: powershell
run: |
Expand Down

0 comments on commit 502a460

Please sign in to comment.