mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 15:57:17 +00:00
[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:
committed by
GitHub
parent
f2d79a400e
commit
c3ca840280
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ Describe "R" {
|
||||
Describe "DACFx" {
|
||||
It "DACFx" {
|
||||
(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 = 'C:\Program Files\Microsoft SQL Server\170\DAC\bin\SqlPackage.exe'
|
||||
"${sqlPackagePath}" | Should -Exist
|
||||
}
|
||||
|
||||
|
||||
@@ -352,7 +352,7 @@
|
||||
},
|
||||
"mysql": {
|
||||
"version": "8.0",
|
||||
"signature": "DD34D7C71F160972DE0CE25B695A0D6A9C95BD91"
|
||||
"signature": "E8A8C17382A6DE62A3B443565E4A96843F834656"
|
||||
},
|
||||
"mongodb": {
|
||||
"version": "5.0",
|
||||
|
||||
@@ -311,7 +311,7 @@
|
||||
},
|
||||
"mysql": {
|
||||
"version": "8.0",
|
||||
"signature": "DD34D7C71F160972DE0CE25B695A0D6A9C95BD91"
|
||||
"signature": "E8A8C17382A6DE62A3B443565E4A96843F834656"
|
||||
},
|
||||
"mongodb": {
|
||||
"version": "7.0",
|
||||
|
||||
Reference in New Issue
Block a user