image build issue (#5613)

This commit is contained in:
Igor Boskovic
2022-05-26 11:53:27 +02:00
committed by GitHub
parent eabc37ce41
commit 65955e2fb1

View File

@@ -40,7 +40,7 @@ Describe "R" {
Describe "DACFx" {
It "DACFx" {
(Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*).DisplayName -Contains "Microsoft SQL Server Data-Tier Application Framework (x64)" | Should -BeTrue
(Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*).DisplayName -Contains "Microsoft SQL Server Data-Tier Application Framework" | Should -BeTrue
$sqlPackagePath = 'C:\Program Files\Microsoft SQL Server\160\DAC\bin\SqlPackage.exe'
"${sqlPackagePath}" | Should -Exist
}