We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb4336 commit e557039Copy full SHA for e557039
eng/common/scripts/Package-Properties.ps1
@@ -173,7 +173,7 @@ function Get-PrPkgProperties([string]$InputDiffJson) {
173
174
foreach ($file in $targetedFiles) {
175
$filePath = (Join-Path $RepoRoot $file)
176
- $shouldInclude = $filePath -like "$pkgDirectory*"
+ $shouldInclude = $filePath -like (Join-Path "$pkgDirectory" "*")
177
if ($shouldInclude) {
178
$packagesWithChanges += $pkg
179
0 commit comments