Skip to content

Commit a9c9407

Browse files
committed
Fixed syntax error
1 parent 8a65ec0 commit a9c9407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build-Toolkit-Components.ps1

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

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

6767
[Alias("c")]
6868
[string[]]$Components = @("all"),

0 commit comments

Comments
 (0)