We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6979452 commit 11221c3Copy full SHA for 11221c3
build/build-all.ps1
@@ -6,9 +6,6 @@ $full = $args[0]
6
7
Write-Host $solutionPaths
8
9
-dotnet workload install wasm-tools
10
-dotnet workload install maui-tizen
11
-
12
foreach ($solutionPath in $solutionPaths) {
13
$solutionAbsPath = (Join-Path $rootFolder $solutionPath)
14
Set-Location $solutionAbsPath
0 commit comments