Install WDK.vsix on VS 2022 (#6203)

This commit is contained in:
Aleksandr Chebotov
2022-09-09 10:56:40 +02:00
committed by GitHub
parent 3414173a17
commit 03c71fa649
3 changed files with 15 additions and 40 deletions

View File

@@ -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
}