Skip to content

Commit 10f9959

Browse files
authored
Update dotnet.yml
1 parent ecc6914 commit 10f9959

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
publish-coverage: true
2323
- name: Restore dependencies
2424
run: dotnet restore
25+
- name: Restore tools
26+
run: dotnet tool restore
2527
- name: Build
2628
run: dotnet build --no-restore
2729
- name: Test

0 commit comments

Comments
 (0)