Files
runner-images/images/windows/scripts/tests/SSDTExtensions.Tests.ps1
2026-01-16 12:42:15 +00:00

8 lines
328 B
PowerShell

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" {
$version = Get-VSExtensionVersion -packageName "SSDT"
$version | Should -Not -BeNullOrEmpty
}
}