mirror of
https://github.com/actions/runner-images.git
synced 2025-12-26 03:17:54 +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"
|
|
|