Use 20348 SDK/WDK for windows-2019/2022 images (#3942)

This commit is contained in:
jpark37
2021-09-06 07:08:45 -07:00
committed by GitHub
parent 4cb373c912
commit 5d8cf1a6a9
3 changed files with 4 additions and 2 deletions

View File

@@ -6,8 +6,8 @@
# Requires Windows SDK with the same version number as the WDK
if (Test-IsWin19)
{
$winSdkUrl = "https://go.microsoft.com/fwlink/p/?linkid=2120843"
$wdkUrl = "https://go.microsoft.com/fwlink/?linkid=2128854"
$winSdkUrl = "https://go.microsoft.com/fwlink/?linkid=2164145"
$wdkUrl = "https://go.microsoft.com/fwlink/?linkid=2164149"
$FilePath = "C:\Program Files (x86)\Windows Kits\10\Vsix\VS2019\WDK.vsix"
$VSver = "2019"
}