File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,9 @@ jobs:
209209 run : npm ci
210210 # CI is an install that adheres to package-lock
211211
212-
212+ - name : Install wasm-tools workload (wasm-tools used for delinking so can test against optimised client wasm using TELBlazor package)
213+ run : dotnet workload install wasm-tools --skip-manifest-update --source https://api.nuget.org/v3/index.json
214+
213215 - name : Build and pack TELBlazor.Components
214216 run : |
215217 dotnet build TELBlazor.Components -c Release \
@@ -294,8 +296,11 @@ jobs:
294296 node-version : ' 20'
295297
296298 - name : Install npm packages so we have gulp for retrieving TEL Frontend Css
297- run : npm ci
298-
299+ run : npm ci
300+
301+ - name : Install wasm-tools workload (wasm-tools used for delinking so can test against optimised client wasm using TELBlazor package)
302+ run : dotnet workload install wasm-tools --skip-manifest-update --source https://api.nuget.org/v3/index.json
303+
299304 - name : Build solution without generating new package
300305 run : |
301306 dotnet build TELBlazor.sln -c Release \
You can’t perform that action at this time.
0 commit comments