mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 02:18:40 +08:00
8 lines
298 B
PowerShell
8 lines
298 B
PowerShell
################################################################################
|
|
## File: Validate-SSDT.ps1
|
|
## Desc: Validate SQL Server Data Tools for Windows
|
|
################################################################################
|
|
|
|
$null = Get-VSExtensionVersion -packageName "SSDT"
|
|
|