mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 22:36:46 +00:00
Add Service Fabric SDK to windows 2022 (#4812)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user