[Windows] Add script for OpenSSL installation (#7337)

This commit is contained in:
Vasilii Polikarpov
2023-03-28 10:42:14 +02:00
committed by GitHub
parent 078d815ad5
commit d9b4647e11
7 changed files with 56 additions and 16 deletions

View File

@@ -46,12 +46,6 @@ Describe "Nuget" {
}
}
Describe "OpenSSL" {
It "OpenSSL" {
"openssl version" | Should -ReturnZeroExitCode
}
}
Describe "Packer" {
It "Packer" {
"packer --version" | Should -ReturnZeroExitCode