Родитель
f702712ac7
Коммит
9233e26855
|
@ -84,17 +84,11 @@ if ([String]::IsNullOrEmpty($Path)) {
|
|||
if ([String]::IsNullOrEmpty($InputPath)) {
|
||||
$InputPath = $Path;
|
||||
}
|
||||
else {
|
||||
$InputPath = Join-Path -Path $Path -ChildPath $InputPath;
|
||||
}
|
||||
|
||||
# Set Source
|
||||
if ([String]::IsNullOrEmpty($Source)) {
|
||||
$Source = Join-Path -Path $Path -ChildPath '.ps-rule/';
|
||||
}
|
||||
else {
|
||||
$Source = Join-Path -Path $Path -ChildPath $Source;
|
||||
}
|
||||
|
||||
# Set conventions
|
||||
if (![String]::IsNullOrEmpty($Conventions)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче