Skip to content

Commit

Permalink
[ci skip] fix(ci): remove shell field from dotcover install step
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Feb 12, 2024
1 parent ac82200 commit 1daa8ff
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 1daa8ff

Please sign in to comment.