mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +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-AWSSessionManagerVersion),
|
||||||
(Get-AlibabaCLIVersion),
|
(Get-AlibabaCLIVersion),
|
||||||
(Get-CloudFoundryVersion),
|
(Get-CloudFoundryVersion),
|
||||||
(Get-DacFxVersion),
|
|
||||||
(Get-HubVersion),
|
(Get-HubVersion),
|
||||||
(Get-GHVersion)
|
(Get-GHVersion)
|
||||||
)
|
)
|
||||||
@@ -168,6 +167,7 @@ $markdown += New-MDNewLine
|
|||||||
$markdown += New-MDHeader "Database tools" -Level 3
|
$markdown += New-MDHeader "Database tools" -Level 3
|
||||||
$markdown += New-MDList -Style Unordered -Lines @(
|
$markdown += New-MDList -Style Unordered -Lines @(
|
||||||
(Get-AzCosmosDBEmulatorVersion),
|
(Get-AzCosmosDBEmulatorVersion),
|
||||||
|
(Get-DacFxVersion),
|
||||||
(Get-SQLPSVersion),
|
(Get-SQLPSVersion),
|
||||||
(Get-MySQLVersion)
|
(Get-MySQLVersion)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user