mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
[Ubuntu] Add SqlPackage (#3700)
* [Ubuntu] Add SqlPackage * Address comments
This commit is contained in:
@@ -171,6 +171,12 @@ Describe "MSSQLCommandLineTools" {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "SqlPackage" {
|
||||
It "sqlpackage" {
|
||||
"sqlpackage /version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "R" {
|
||||
It "r" {
|
||||
"R --version" | Should -ReturnZeroExitCode
|
||||
|
||||
Reference in New Issue
Block a user