Consider case and "target" as possibilities.
This commit is contained in:
parent
12350c4321
commit
878821a51b
2 changed files with 185 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
185
run-build.sh
185
run-build.sh
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue