Skip to content

Commit f9f2e4c

Browse files
committed
chore(optimisation): wasm-tools in release too as to apply cicd need to go through to master anyway
1 parent 4a19c97 commit f9f2e4c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)