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 ea0b03d commit 34e48d3Copy full SHA for 34e48d3
tools/CheckChangeLog.ps1
@@ -49,6 +49,7 @@ foreach ($ChangeLog in $ChangeLogs)
49
# Handle ResourceManager to construct a string like "src/ResourceManager/{{service}}"
50
$SplitPath = $ChangeLog -split '/'
51
$BasePath = $SplitPath[0],$SplitPath[1],$SplitPath[2] -join "/"
52
+ Write-Host "Change log '$ChangeLog' processed to base path '$BasePath'"
53
$UpdatedServicePaths.Add($BasePath) | Out-Null
54
}
55
0 commit comments