mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Install WDK.vsix on VS 2022 (#6203)
This commit is contained in:
committed by
GitHub
parent
3414173a17
commit
03c71fa649
@@ -6,7 +6,7 @@ Describe "WDK" {
|
||||
$WDKVersion | Should -Not -BeNullOrEmpty
|
||||
}
|
||||
|
||||
It "Windows Driver Kit VSIX extension" -Skip:(Test-IsWin22) {
|
||||
It "Windows Driver Kit VSIX extension" {
|
||||
$version = Get-VSExtensionVersion -packageName "Microsoft.Windows.DriverKit"
|
||||
$version | Should -Not -BeNullOrEmpty
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user