Browse Source

Remove unnecessary workload installations in build script

Removed installation of wasm-tools and maui-tizen workloads.
pull/23801/head
Ma Liming 3 months ago
committed by GitHub
parent
commit
07184213cc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      build/build-all.ps1

3
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

Loading…
Cancel
Save