Merge pull request #1677 from dzsquared/dacfx-186

update dacfx to 18.6
This commit is contained in:
Maxim Lobanov
2020-10-12 11:24:44 +03:00
committed by GitHub
3 changed files with 9 additions and 2 deletions

View File

@@ -1,10 +1,10 @@
####################################################################################
## File: Install-DACFx.ps1
## Desc: Install SQL Server® Data-Tier Application Framework (DACFx) for Windows
## Desc: Install SQL Server® Data-Tier Application Framework (DacFx) for Windows
####################################################################################
$InstallerName = "DacFramework.msi"
$InstallerUrl = "https://go.microsoft.com/fwlink/?linkid=2134206"
$InstallerUrl = "https://go.microsoft.com/fwlink/?linkid=2143544"
Install-Binary -Url $InstallerUrl -Name $InstallerName