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' `
|
|
|
|
|
-ExpectedSignature '72105B6D5F370B62FD5C82F1512F7AD7DEE5F2C0'
|
2020-07-21 09:50:01 +03:00
|
|
|
|
2023-10-11 11:02:59 +02:00
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "DACFx"
|