Skip to content

Commit 8878cb8

Browse files
committed
remove paket restore
1 parent 9fd84a8 commit 8878cb8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: .github/workflows/test.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ jobs:
1717

1818
- name: Tool Restore
1919
run: dotnet tool restore
20-
21-
- name: Paket restore
22-
run: dotnet paket restore
23-
20+
2421
- name: Test
2522
working-directory: ./Build
2623
run: dotnet run --project Build.fsproj -- Test

0 commit comments

Comments
 (0)