File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 4141 - name : Restore solution
4242 run : dotnet restore "$SOLUTION_FILE"
4343
44+ - name : Restore WebAssembly workload
45+ run : dotnet workload restore
46+
4447 - name : Build solution
4548 run : dotnet build "$SOLUTION_FILE" -warnaserror
4649
9295 - name : Restore solution
9396 run : dotnet restore "$SOLUTION_FILE"
9497
98+ - name : Restore WebAssembly workload
99+ run : dotnet workload restore
100+
95101 - name : Build solution
96102 run : dotnet build "$SOLUTION_FILE" -warnaserror
97103
@@ -138,6 +144,9 @@ jobs:
138144 - name : Restore solution
139145 run : dotnet restore "$SOLUTION_FILE"
140146
147+ - name : Restore WebAssembly workload
148+ run : dotnet workload restore
149+
141150 - name : Build solution
142151 run : dotnet build "$SOLUTION_FILE" -warnaserror
143152
@@ -179,6 +188,9 @@ jobs:
179188 with :
180189 global-json-file : global.json
181190
191+ - name : Restore WebAssembly workload
192+ run : dotnet workload restore
193+
182194 - name : Resolve release version
183195 id : release_version
184196 run : |
@@ -213,6 +225,9 @@ jobs:
213225 with :
214226 global-json-file : global.json
215227
228+ - name : Restore WebAssembly workload
229+ run : dotnet workload restore
230+
216231 - name : Publish standalone WASM app
217232 run : >
218233 dotnet publish
Original file line number Diff line number Diff line change 3636 - name : Restore solution
3737 run : dotnet restore "$SOLUTION_FILE"
3838
39+ - name : Restore WebAssembly workload
40+ run : dotnet workload restore
41+
3942 - name : Build solution
4043 run : dotnet build "$SOLUTION_FILE" -warnaserror
4144
8184 - name : Restore solution
8285 run : dotnet restore "$SOLUTION_FILE"
8386
87+ - name : Restore WebAssembly workload
88+ run : dotnet workload restore
89+
8490 - name : Build solution
8591 run : dotnet build "$SOLUTION_FILE" -warnaserror
8692
@@ -124,6 +130,9 @@ jobs:
124130 - name : Restore solution
125131 run : dotnet restore "$SOLUTION_FILE"
126132
133+ - name : Restore WebAssembly workload
134+ run : dotnet workload restore
135+
127136 - name : Build solution
128137 run : dotnet build "$SOLUTION_FILE" -warnaserror
129138
You can’t perform that action at this time.
0 commit comments