File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ function RegisterMgmtSDKToMgmtCoreClient () {
183183 param (
184184 [string ]$packagesPath
185185 )
186- $track2MgmtDirs = Get-ChildItem - Path " $packagesPath " - Directory - Recurse - Depth 1 | Where-Object { $_.Name -match " (Azure.ResourceManager.)" -and $ (Test-Path (" $ ( $_.FullName ) /src" )) }
186+ $track2MgmtDirs = Get-ChildItem - Path " $packagesPath " - Directory - Recurse - Depth 1 | Where-Object { $_.Name -match " (Azure.ResourceManager.)" -and $ (Test-Path (" $ ( $_.FullName ) /src" )) } | Sort-Object - Property { ( Split-Path $_ .FullName - Parent) }
187187 Write-Host " Updating mgmt core client ci.mgmt.yml"
188188 # add path for each mgmt library into Azure.ResourceManager
189189 $armCiFile = " $packagesPath /resourcemanager/ci.mgmt.yml"
You can’t perform that action at this time.
0 commit comments