Skip to content

Commit 2230658

Browse files
azure-sdkscbedd
authored andcommitted
Sync eng/common directory with azure-sdk-tools for PR 9308 (Azure#38311)
Remove unnecessary Resolve-Path in Get-PrPkgProperties Co-authored-by: Scott Beddall <[email protected]>
1 parent 64b5380 commit 2230658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/scripts/Package-Properties.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function Get-PrPkgProperties([string]$InputDiffJson) {
168168
$lookup[$lookupKey] = $pkg
169169

170170
foreach ($file in $targetedFiles) {
171-
$filePath = Resolve-Path (Join-Path $RepoRoot $file)
171+
$filePath = (Join-Path $RepoRoot $file)
172172
$shouldInclude = $filePath -like "$pkgDirectory*"
173173
if ($shouldInclude) {
174174
$packagesWithChanges += $pkg

0 commit comments

Comments
 (0)