[Ubuntu] Add SqlPackage (#3700)

* [Ubuntu] Add SqlPackage

* Address comments
This commit is contained in:
Hai Cao
2021-07-12 00:59:56 -07:00
committed by GitHub
parent 8a77fdb2a1
commit 7fe7393aa2
5 changed files with 33 additions and 1 deletions

View File

@@ -171,6 +171,12 @@ Describe "MSSQLCommandLineTools" {
}
}
Describe "SqlPackage" {
It "sqlpackage" {
"sqlpackage /version" | Should -ReturnZeroExitCode
}
}
Describe "R" {
It "r" {
"R --version" | Should -ReturnZeroExitCode