[windows] Update DacFx package Path & Mysql cli signature thumbprint (#12051)

* [windows] Update DacFx package Path

* [Windows] Update mysql-cli signature for windows 22 and 25

* [Windows] Update software report script by changing the path
This commit is contained in:
kishorekumar-anchala
2025-04-17 14:07:45 +00:00
committed by GitHub
parent f2d79a400e
commit c3ca840280
4 changed files with 4 additions and 4 deletions

View File

@@ -299,7 +299,7 @@ function Get-VisualCPPComponents {
}
function Get-DacFxVersion {
$dacfxversion = & "$env:ProgramFiles\Microsoft SQL Server\160\DAC\bin\sqlpackage.exe" /version
$dacfxversion = & "$env:ProgramFiles\Microsoft SQL Server\170\DAC\bin\sqlpackage.exe" /version
return $dacfxversion
}