We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
True
1 parent e0c1609 commit 6550de3Copy full SHA for 6550de3
utils/build.ps1
@@ -813,7 +813,7 @@ function Invoke-BuildStep {
813
$NextArg = $RemainingArgs[$RemainingArgs.IndexOf($Arg) + 1]
814
if ($NextArg -is [string] -and !$NextArg.StartsWith('-')) {
815
$SplatArgs[$ParamName] = $NextArg
816
- $Enumerator.MoveNext() # Skip NextArg
+ $Enumerator.MoveNext() | Out-Null # Skip NextArg
817
continue
818
}
819
0 commit comments