Skip to content

Commit eb34e2a

Browse files
committed
Fixed syntax error
1 parent 21aa1f3 commit eb34e2a

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)