[windows-22] Update WDK to latest (#12538)

This commit is contained in:
kishorekumar-anchala
2025-07-08 19:48:36 +05:30
committed by GitHub
parent 968c8b6bdb
commit 3eae73c57f

View File

@@ -15,7 +15,7 @@ if (Test-IsWin19) {
$wdkExtensionPath = "C:\Program Files (x86)\Windows Kits\10\Vsix\VS2019\WDK.vsix"
} elseif (Test-IsWin22) {
# SDK is available through Visual Studio
$wdkUrl = "https://go.microsoft.com/fwlink/?linkid=2294834"
$wdkUrl = "https://go.microsoft.com/fwlink/?linkid=2324617"
} else {
throw "Invalid version of Visual Studio is found. Either 2019 or 2022 are required"
}