Skip to content

Commit 4e6ca8f

Browse files
committed
restore again
1 parent 3b20c09 commit 4e6ca8f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,12 @@ jobs:
2222
dotnet-version: |
2323
6.0.405
2424
8.0.101
25-
- name: Install solution dependencies
26-
run: dotnet restore
2725
- name: Build
28-
run: dotnet build --configuration Release --no-restore
26+
run: dotnet build --configuration Release
2927
- name: Test Examples
3028
run: dotnet test ../examples/
3129
- name: Test & Code Coverage
32-
run: dotnet test --collect:"XPlat Code Coverage" -r codecov --no-restore --verbosity normal
30+
run: dotnet test --collect:"XPlat Code Coverage" -r codecov --verbosity normal
3331
- name: Codecov
3432
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # 3.1.0
3533
with:

0 commit comments

Comments
 (0)