Skip to content

Commit db6b20d

Browse files
committed
Fix syntax error
1 parent a808e65 commit db6b20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build-Toolkit-Gallery.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Param (
5151
[string[]]$MultiTargets = @('uwp', 'wasdk', 'wasm'), # default settings
5252

5353
[ValidateSet('wasm', 'uwp', 'wasdk', 'wpf', 'linuxgtk', 'macos', 'ios', 'android', 'netstandard')]
54-
[string[]]$ExcludeMultiTargets = @() # default settings
54+
[string[]]$ExcludeMultiTargets = @(), # default settings
5555

5656
[ValidateSet('all', 'Uwp', 'Wasdk', 'Wasm', 'Tests.Uwp', 'Tests.Wasdk')]
5757
[string[]]$Heads = @('Uwp', 'Wasdk', 'Wasm'),

0 commit comments

Comments
 (0)