2019-12-13 09:48:00 -05:00
|
|
|
####################################################################################
|
|
|
|
|
## File: Install-DACFx.ps1
|
2020-10-09 10:49:45 -07:00
|
|
|
## Desc: Install SQL Server® Data-Tier Application Framework (DacFx) for Windows
|
2019-12-13 09:48:00 -05:00
|
|
|
####################################################################################
|
|
|
|
|
|
2023-11-22 15:14:08 +01:00
|
|
|
Install-Binary -Type MSI `
|
2023-12-11 22:23:36 +01:00
|
|
|
-Url 'https://aka.ms/dacfx-msi' `
|
2024-01-11 10:55:56 +01:00
|
|
|
-ExpectedSignature 'C2048FB509F1C37A8C3E9EC6648118458AA01780'
|
2020-07-21 09:50:01 +03:00
|
|
|
|
2023-10-11 11:02:59 +02:00
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "DACFx"
|