removed VS buildtools installation

This commit is contained in:
Leonid Lapshin
2020-09-10 17:04:24 +03:00
parent 97185c300d
commit 128244b89b
12 changed files with 68 additions and 96 deletions

View File

@@ -9,12 +9,12 @@ Describe "SSDTExtensions" {
)
It "Extensions id=<id>" -TestCases $testExtenions {
$version = Get-VSExtensionVersion -PackageName "${id}"
$version = Get-VSExtensionVersion -packageName "${id}"
$version | Should -Not -BeNullOrEmpty
}
} else {
It "Extension SSDT" {
$version = Get-VSExtensionVersion -PackageName "SSDT"
$version = Get-VSExtensionVersion -packageName "SSDT"
$version | Should -Not -BeNullOrEmpty
}
}