Sync eng/common directory with azure-sdk-tools for PR 9308 (#1940)
Remove unnecessary Resolve-Path in Get-PrPkgProperties Co-authored-by: Scott Beddall <scbedd@microsoft.com>
This commit is contained in:
Родитель
3fe39c11a1
Коммит
bf5aabbc3b
|
@ -168,7 +168,7 @@ function Get-PrPkgProperties([string]$InputDiffJson) {
|
|||
$lookup[$lookupKey] = $pkg
|
||||
|
||||
foreach ($file in $targetedFiles) {
|
||||
$filePath = Resolve-Path (Join-Path $RepoRoot $file)
|
||||
$filePath = (Join-Path $RepoRoot $file)
|
||||
$shouldInclude = $filePath -like "$pkgDirectory*"
|
||||
if ($shouldInclude) {
|
||||
$packagesWithChanges += $pkg
|
||||
|
|
Загрузка…
Ссылка в новой задаче