Skip to content

Commit 9689653

Browse files
committed
Update wasm-linux job to only generate solution for wasm multitargets
1 parent 154245b commit 9689653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
- name: Generate solution
284284
shell: pwsh
285285
working-directory: ./
286-
run: ./tooling/GenerateAllSolution.ps1${{ env.ENABLE_DIAGNOSTICS == 'true' && ' -UseDiagnostics' || '' }}
286+
run: ./tooling/GenerateAllSolution.ps1${{ env.ENABLE_DIAGNOSTICS == 'true' && ' -UseDiagnostics' || '' }} -MultiTargets wasm
287287

288288
# Issue with Comment Links currently, see: https://github.com/mrlacey/CommentLinks/issues/38
289289
# See launch.json configuration file for analogous command we're emulating here to build LINK: ../../.vscode/launch.json:CommunityToolkit.App.Wasm.csproj

0 commit comments

Comments
 (0)