We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f9959 commit 3f40c6cCopy full SHA for 3f40c6c
1 file changed
.github/workflows/dotnet.yml
@@ -22,8 +22,8 @@ jobs:
22
publish-coverage: true
23
- name: Restore dependencies
24
run: dotnet restore
25
- - name: Restore tools
26
- run: dotnet tool restore
+ - name: Restore workloads
+ run: dotnet workload restore
27
- name: Build
28
run: dotnet build --no-restore
29
- name: Test
0 commit comments