mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-22 19:48:46 +00:00
[ci skip] fix(ci): remove shell field from dotcover install step
This commit is contained in:
parent
ac82200303
commit
1daa8ffd56
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
@ -34,9 +34,7 @@ jobs:
|
|||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
|
||||||
- name: Install dotCover
|
- name: Install dotCover
|
||||||
shell: powershell
|
run: dotnet tool install --global JetBrains.dotCover.GlobalTool
|
||||||
run: |
|
|
||||||
dotnet tool install --global JetBrains.dotCover.GlobalTool
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --no-restore --configuration Release
|
run: dotnet build --no-restore --configuration Release
|
||||||
|
Loading…
Reference in New Issue
Block a user