Files
runner-images/images/windows/scripts/build/Install-DACFx.ps1
T

11 lines
471 B
PowerShell
Raw Normal View History

####################################################################################
## File: Install-DACFx.ps1
2020-10-09 10:49:45 -07:00
## Desc: Install SQL Server® Data-Tier Application Framework (DacFx) for Windows
####################################################################################
Install-Binary -Type MSI `
-Url 'https://aka.ms/dacfx-msi' `
-ExpectedSignature 'C2048FB509F1C37A8C3E9EC6648118458AA01780'
2023-10-11 11:02:59 +02:00
Invoke-PesterTests -TestFile "Tools" -TestName "DACFx"