Skip to content

Commit

Permalink
Merge branch 'main' into release/4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Feb 12, 2024
2 parents 6472c0f + 1daa8ff commit 22aaa96
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
run: dotnet restore

- name: Install dotCover
shell: powershell
run: |
dotnet tool install --global JetBrains.dotCover.GlobalTool
run: dotnet tool install --global JetBrains.dotCover.GlobalTool

- name: Build
run: dotnet build --no-restore --configuration Release
Expand Down

0 comments on commit 22aaa96

Please sign in to comment.