[ci skip] fix(ci): remove shell field from dotcover install step

This commit is contained in:
Oliver Booth 2024-02-12 10:23:03 +00:00
parent ac82200303
commit 1daa8ffd56
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 1 additions and 3 deletions

View File

@ -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