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-11-25 16:38:46 +05:30
|
|
|
-ExpectedSignature '8F985BE8FD256085C90A95D3C74580511A1DB975'
|
2020-07-21 09:50:01 +03:00
|
|
|
|
2023-10-11 11:02:59 +02:00
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "DACFx"
|