Skip to content

Commit

Permalink
Merge branch 'main' into add-models
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagxf authored Jan 15, 2025
2 parents b51d58c + f7e9063 commit ce185ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"ubinary",
"umls"
],
"allowCompoundWords ": true,
"dictionaryDefinitions": [
{
"name": "custom-words",
Expand Down Expand Up @@ -55,7 +56,7 @@
"filename": "**/specification/playwrighttesting/**/*",
"words": [
"microsoftplaywrighttesting",
"playwrighttesting",
"playwrighttesting"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion eng/common/scripts/Package-Properties.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function Get-PrPkgProperties([string]$InputDiffJson) {

foreach ($file in $targetedFiles) {
$filePath = (Join-Path $RepoRoot $file)
$shouldInclude = $filePath -like "$pkgDirectory*"
$shouldInclude = $filePath -like (Join-Path "$pkgDirectory" "*")
if ($shouldInclude) {
$packagesWithChanges += $pkg

Expand Down

0 comments on commit ce185ab

Please sign in to comment.