We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0376dc7 commit a683d5dCopy full SHA for a683d5d
1 file changed
.github/workflows/dotnet.yml
@@ -20,10 +20,6 @@ jobs:
20
6.0.x
21
7.0.x
22
publish-coverage: true
23
- - name: Restore dependencies
24
- run: dotnet restore
25
- - name: Restore workloads
26
- run: dotnet workload install wasm-tools
27
- name: Build
28
run: dotnet build --no-restore
29
- name: Test
0 commit comments