mirror of
https://github.com/actions/runner-images.git
synced 2026-01-18 01:31:57 +08:00
8 lines
328 B
PowerShell
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
|
|
}
|
|
}
|