mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
11 lines
471 B
PowerShell
11 lines
471 B
PowerShell
####################################################################################
|
|
## File: Install-DACFx.ps1
|
|
## Desc: Install SQL Server® Data-Tier Application Framework (DacFx) for Windows
|
|
####################################################################################
|
|
|
|
Install-Binary -Type MSI `
|
|
-Url 'https://aka.ms/dacfx-msi' `
|
|
-ExpectedSignature 'C2048FB509F1C37A8C3E9EC6648118458AA01780'
|
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "DACFx"
|