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 '72105B6D5F370B62FD5C82F1512F7AD7DEE5F2C0'
2023-10-11 11:02:59 +02:00
Invoke-PesterTests -TestFile "Tools" -TestName "DACFx"