mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +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