Skip to content

Commit 34e48d3

Browse files
committed
More NotificationHubs debugging
1 parent ea0b03d commit 34e48d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/CheckChangeLog.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ foreach ($ChangeLog in $ChangeLogs)
4949
# Handle ResourceManager to construct a string like "src/ResourceManager/{{service}}"
5050
$SplitPath = $ChangeLog -split '/'
5151
$BasePath = $SplitPath[0],$SplitPath[1],$SplitPath[2] -join "/"
52+
Write-Host "Change log '$ChangeLog' processed to base path '$BasePath'"
5253
$UpdatedServicePaths.Add($BasePath) | Out-Null
5354
}
5455
}

0 commit comments

Comments
 (0)