From 11221c3dc6686e684240d50decdfb791b8741951 Mon Sep 17 00:00:00 2001 From: Ma Liming Date: Fri, 31 Oct 2025 10:44:56 +0800 Subject: [PATCH] Update build-all.ps1 --- build/build-all.ps1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/build-all.ps1 b/build/build-all.ps1 index c8b37ec33c..16f8bf037c 100644 --- a/build/build-all.ps1 +++ b/build/build-all.ps1 @@ -6,9 +6,6 @@ $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) Set-Location $solutionAbsPath