diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 90a86e4..6b5b6cf 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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