Files
runner-images/images/windows/scripts/tests/SSDTExtensions.Tests.ps1
T

8 lines
328 B
PowerShell
Raw Normal View History

2020-07-30 12:12:49 +05:00
Describe "SSDTExtensions" {
#These extensions don't have any proper name in the state.packages.json file, only id is available, which can be found on extension marketplace download page
It "Extension SSDT" {
2020-09-10 17:04:24 +03:00
$version = Get-VSExtensionVersion -packageName "SSDT"
2020-07-30 12:12:49 +05:00
$version | Should -Not -BeNullOrEmpty
}
}