Skip to content

Commit 0718421

Browse files
authored
Remove unnecessary workload installations in build script
Removed installation of wasm-tools and maui-tizen workloads.
1 parent f567e10 commit 0718421

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build/build-all.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ $full = $args[0]
66

77
Write-Host $solutionPaths
88

9-
dotnet workload install wasm-tools
10-
dotnet workload install maui-tizen
11-
129
foreach ($solutionPath in $solutionPaths) {
1310
$solutionAbsPath = (Join-Path $rootFolder $solutionPath)
1411
Set-Location $solutionAbsPath

0 commit comments

Comments
 (0)