We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc6914 commit 10f9959Copy full SHA for 10f9959
.github/workflows/dotnet.yml
@@ -22,6 +22,8 @@ jobs:
22
publish-coverage: true
23
- name: Restore dependencies
24
run: dotnet restore
25
+ - name: Restore tools
26
+ run: dotnet tool restore
27
- name: Build
28
run: dotnet build --no-restore
29
- name: Test
0 commit comments