mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 17:53:58 +08:00
Fixing broken Experimental Feature list in powershell.config.json
(#14858)
This commit is contained in:
parent
8bc194cb11
commit
e0b5414f21
@ -599,7 +599,7 @@ Fix steps:
|
|||||||
# https://github.com/PowerShell/PowerShell/issues/10550
|
# https://github.com/PowerShell/PowerShell/issues/10550
|
||||||
@("PSDesiredStateConfiguration.InvokeDscResource") | ForEach-Object {
|
@("PSDesiredStateConfiguration.InvokeDscResource") | ForEach-Object {
|
||||||
if (!$expFeatures.Contains($_)) {
|
if (!$expFeatures.Contains($_)) {
|
||||||
$expFeatures.Add($_)
|
$null = $expFeatures.Add($_)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user