Add a collection for prepended paths
This commit is contained in:
Родитель
ecbaf97d74
Коммит
934d5f208f
3
init.ps1
3
init.ps1
|
@ -48,6 +48,7 @@ Param (
|
|||
)
|
||||
|
||||
$EnvVars = @{}
|
||||
$PrependPath = @()
|
||||
|
||||
if (!$NoPrerequisites) {
|
||||
if (!$NoNuGetCredProvider) {
|
||||
|
@ -82,7 +83,7 @@ try {
|
|||
}
|
||||
}
|
||||
|
||||
& "$PSScriptRoot/tools/Set-EnvVars.ps1" -Variables $EnvVars | Out-Null
|
||||
& "$PSScriptRoot/tools/Set-EnvVars.ps1" -Variables $EnvVars -PrependPath $PrependPath | Out-Null
|
||||
}
|
||||
catch {
|
||||
Write-Error $error[0]
|
||||
|
|
Загрузка…
Ссылка в новой задаче