mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 17:18:52 +08:00
[windows] Add SQL OLEDB Driver 19 (#13127)
This commit is contained in:
committed by
GitHub
parent
5641ff0eb6
commit
de257bbc47
@@ -213,9 +213,13 @@ Describe "Kotlin" {
|
||||
}
|
||||
|
||||
Describe "SQL OLEDB Driver" {
|
||||
It "SQL OLEDB Driver" {
|
||||
It "SQL OLEDB Driver 18" {
|
||||
"HKLM:\SOFTWARE\Microsoft\MSOLEDBSQL" | Should -Exist
|
||||
}
|
||||
|
||||
It "SQL OLEDB Driver 19" {
|
||||
"HKLM:\SOFTWARE\Microsoft\MSOLEDBSQL19" | Should -Exist
|
||||
}
|
||||
}
|
||||
|
||||
Describe "OpenSSL" {
|
||||
|
||||
Reference in New Issue
Block a user