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 a808e65 commit db6b20dCopy full SHA for db6b20d
Build-Toolkit-Gallery.ps1
@@ -51,7 +51,7 @@ Param (
51
[string[]]$MultiTargets = @('uwp', 'wasdk', 'wasm'), # default settings
52
53
[ValidateSet('wasm', 'uwp', 'wasdk', 'wpf', 'linuxgtk', 'macos', 'ios', 'android', 'netstandard')]
54
- [string[]]$ExcludeMultiTargets = @() # default settings
+ [string[]]$ExcludeMultiTargets = @(), # default settings
55
56
[ValidateSet('all', 'Uwp', 'Wasdk', 'Wasm', 'Tests.Uwp', 'Tests.Wasdk')]
57
[string[]]$Heads = @('Uwp', 'Wasdk', 'Wasm'),
0 commit comments