diff --git a/eng/common/scripts/Package-Properties.ps1 b/eng/common/scripts/Package-Properties.ps1 index cda36d91e..7812414ae 100644 --- a/eng/common/scripts/Package-Properties.ps1 +++ b/eng/common/scripts/Package-Properties.ps1 @@ -155,7 +155,7 @@ function Get-PkgPropsForEntireService ($serviceDirectoryPath) } } - $ciYmlFiles = Get-ChildItem $serviceDirectoryPath -filter "ci.*yml" + $ciYmlFiles = Get-ChildItem $serviceDirectoryPath -filter "ci.yml" foreach($ciYmlFile in $ciYmlFiles) { $activeArtifactList = Get-ArtifactListFromYml -ciYmlPath $ciYmlFile.FullName @@ -192,4 +192,4 @@ function Get-ArtifactListFromYml ($ciYmlPath) $artifactsInCI = $ciYmlObj["extends"]["parameters"]["Artifacts"] } return $artifactsInCI -} \ No newline at end of file +}