|
12 | 12 | Specifies the MultiTarget TFM(s) to exclude for building the components. The default value excludes targets that require additional tooling or workloads to build: 'wpf', 'linuxgtk', 'macos', 'ios', and 'android'. Run uno-check to install the required workloads. |
13 | 13 |
|
14 | 14 | .PARAMETER Heads |
15 | | - The heads to include in the build. Default is 'Uwp', 'WinAppSdk', 'Wasm'. |
| 15 | + The heads to include in the build. Default is 'Uwp', 'Wasdk', 'Wasm'. |
16 | 16 |
|
17 | 17 | .PARAMETER ExcludeHeads |
18 | 18 | The heads to exclude from the build. Default is none. |
@@ -52,10 +52,10 @@ Param ( |
52 | 52 | [ValidateSet('wasm', 'uwp', 'wasdk', 'wpf', 'linuxgtk', 'macos', 'ios', 'android', 'netstandard')] |
53 | 53 | [string[]]$ExcludeMultiTargets = @('wpf', 'linuxgtk', 'macos', 'ios', 'android'), |
54 | 54 |
|
55 | | - [ValidateSet('all', 'Uwp', 'WinAppSdk', 'Wasm', 'Tests.Uwp', 'Tests.WinAppSdk')] |
56 | | - [string[]]$Heads = @('Uwp', 'WinAppSdk', 'Wasm'), |
| 55 | + [ValidateSet('all', 'Uwp', 'Wasdk', 'Wasm', 'Tests.Uwp', 'Tests.Wasdk')] |
| 56 | + [string[]]$Heads = @('Uwp', 'Wasdk', 'Wasm'), |
57 | 57 |
|
58 | | - [ValidateSet('Uwp', 'WinAppSdk', 'Wasm', 'Tests.Uwp', 'Tests.WinAppSdk')] |
| 58 | + [ValidateSet('Uwp', 'Wasdk', 'Wasm', 'Tests.Uwp', 'Tests.Wasdk')] |
59 | 59 | [string[]]$ExcludeHeads, |
60 | 60 |
|
61 | 61 | [Alias("bl")] |
@@ -113,7 +113,7 @@ if ($Components -notcontains 'Converters') { |
113 | 113 | & $PSScriptRoot\MultiTarget\GenerateAllProjectReferences.ps1 -MultiTarget $MultiTargets -Components $Components |
114 | 114 |
|
115 | 115 | if ($Heads -eq 'all') { |
116 | | - $Heads = @('Uwp', 'WinAppSdk', 'Wasm', 'Tests.Uwp', 'Tests.WinAppSdk') |
| 116 | + $Heads = @('Uwp', 'Wasdk', 'Wasm', 'Tests.Uwp', 'Tests.Wasdk') |
117 | 117 | } |
118 | 118 |
|
119 | 119 | function Invoke-MSBuildWithBinlog { |
|
0 commit comments