mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
Add sqlcmd on Ubuntu Server 22.04 (#6127)
This commit is contained in:
committed by
GitHub
parent
38a1faf55d
commit
b0b00d426c
@@ -273,9 +273,7 @@ $markdown += New-MDList -Style Unordered -Lines ( $databaseLists | Sort-Object )
|
||||
|
||||
$markdown += Build-PostgreSqlSection
|
||||
$markdown += Build-MySQLSection
|
||||
if ((Test-IsUbuntu18) -or (Test-IsUbuntu20)) {
|
||||
$markdown += Build-MSSQLToolsSection
|
||||
}
|
||||
$markdown += Build-MSSQLToolsSection
|
||||
|
||||
$markdown += New-MDHeader "Cached Tools" -Level 3
|
||||
$markdown += Build-CachedToolsSection
|
||||
|
||||
@@ -182,7 +182,7 @@ Describe "Mono" {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "MSSQLCommandLineTools" -Skip:(Test-IsUbuntu22) {
|
||||
Describe "MSSQLCommandLineTools" {
|
||||
It "sqlcmd" {
|
||||
"sqlcmd -?" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
@@ -303,6 +303,7 @@ build {
|
||||
"${path.root}/scripts/installers/mono.sh",
|
||||
"${path.root}/scripts/installers/kotlin.sh",
|
||||
"${path.root}/scripts/installers/mysql.sh",
|
||||
"${path.root}/scripts/installers/mssql-cmd-tools.sh",
|
||||
"${path.root}/scripts/installers/sqlpackage.sh",
|
||||
"${path.root}/scripts/installers/nginx.sh",
|
||||
"${path.root}/scripts/installers/nvm.sh",
|
||||
|
||||
Reference in New Issue
Block a user