Add Service Fabric SDK to windows 2022 (#4812)

This commit is contained in:
Mikhail Timofeev
2021-12-27 23:12:44 +03:00
committed by GitHub
parent 3ff9488146
commit bb56fb7ef4
3 changed files with 13 additions and 5 deletions

View File

@@ -130,7 +130,7 @@ Describe "Sbt" {
}
}
Describe "ServiceFabricSDK" -Skip:(Test-IsWin22) {
Describe "ServiceFabricSDK" {
It "PowerShell Module" {
Get-Module -Name ServiceFabric -ListAvailable | Should -Not -BeNullOrEmpty
}
@@ -176,7 +176,7 @@ Describe "VCRedist" -Skip:(Test-IsWin22) {
}
}
Describe "WebPlatformInstaller" -Skip:(Test-IsWin22) {
Describe "WebPlatformInstaller" {
It "WebPlatformInstaller" {
"WebPICMD" | Should -ReturnZeroExitCode
}