Skip to content

Commit e0b5414

Browse files
author
Andrew
authored
Fixing broken Experimental Feature list in powershell.config.json (PowerShell#14858)
1 parent 8bc194c commit e0b5414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ Fix steps:
599599
# https://github.com/PowerShell/PowerShell/issues/10550
600600
@("PSDesiredStateConfiguration.InvokeDscResource") | ForEach-Object {
601601
if (!$expFeatures.Contains($_)) {
602-
$expFeatures.Add($_)
602+
$null = $expFeatures.Add($_)
603603
}
604604
}
605605

0 commit comments

Comments
 (0)