Consider case and "target" as possibilities.

This commit is contained in:
jbeisner 2018-01-11 23:36:10 +00:00
parent 12350c4321
commit 878821a51b
2 changed files with 185 additions and 2 deletions

View file

@ -32,7 +32,7 @@ if($Help)
$ExtraParametersNoTargets = ""
foreach ($param in $ExtraParameters.split())
{
if(-Not ($param.StartsWith("/t:")))
if((-not $param.StartsWith("/t")) -and (-not $param.StartsWith("/T")))
{
$ExtraParametersNoTargets += " {0}" -f $param
}

File diff suppressed because one or more lines are too long