mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
moves dacfx to database tools in report
This commit is contained in:
@@ -117,7 +117,6 @@ $markdown += New-MDList -Style Unordered -Lines @(
|
||||
(Get-AWSSessionManagerVersion),
|
||||
(Get-AlibabaCLIVersion),
|
||||
(Get-CloudFoundryVersion),
|
||||
(Get-DacFxVersion),
|
||||
(Get-HubVersion),
|
||||
(Get-GHVersion)
|
||||
)
|
||||
@@ -168,6 +167,7 @@ $markdown += New-MDNewLine
|
||||
$markdown += New-MDHeader "Database tools" -Level 3
|
||||
$markdown += New-MDList -Style Unordered -Lines @(
|
||||
(Get-AzCosmosDBEmulatorVersion),
|
||||
(Get-DacFxVersion),
|
||||
(Get-SQLPSVersion),
|
||||
(Get-MySQLVersion)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user