From fbee84c1dd481afc87f76b54a1d23abdd948ccd3 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Wed, 23 Nov 2022 10:16:51 +0800 Subject: [PATCH] Update build-all.ps1 --- build/build-all.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/build/build-all.ps1 b/build/build-all.ps1 index f0b2f398db..c8b37ec33c 100644 --- a/build/build-all.ps1 +++ b/build/build-all.ps1 @@ -7,6 +7,7 @@ $full = $args[0] Write-Host $solutionPaths dotnet workload install wasm-tools +dotnet workload install maui-tizen foreach ($solutionPath in $solutionPaths) { $solutionAbsPath = (Join-Path $rootFolder $solutionPath)