From 211f9b927c5cb2ab6f16f12c4c8dc601124638a2 Mon Sep 17 00:00:00 2001 From: maliming Date: Sat, 1 Oct 2022 10:27:51 +0800 Subject: [PATCH] Update build-all.ps1 --- build/build-all.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/build-all.ps1 b/build/build-all.ps1 index 16f8bf037c..f0b2f398db 100644 --- a/build/build-all.ps1 +++ b/build/build-all.ps1 @@ -6,6 +6,8 @@ $full = $args[0] Write-Host $solutionPaths +dotnet workload install wasm-tools + foreach ($solutionPath in $solutionPaths) { $solutionAbsPath = (Join-Path $rootFolder $solutionPath) Set-Location $solutionAbsPath