Update Windows2019 image to use 2004 SDK & WDK (#935)

This commit is contained in:
jpark37
2020-05-29 05:05:11 -07:00
committed by GitHub
parent 6ac6655c9f
commit 28da6d6fa1
2 changed files with 3 additions and 2 deletions

View File

@@ -9,8 +9,8 @@ Import-Module -Name ImageHelpers -Force
if (Test-IsWin19)
{
$winSdkUrl = "https://go.microsoft.com/fwlink/p/?linkid=2083338"
$wdkUrl = "https://go.microsoft.com/fwlink/?linkid=2085767"
$winSdkUrl = "https://go.microsoft.com/fwlink/p/?linkid=2120843"
$wdkUrl = "https://go.microsoft.com/fwlink/?linkid=2128854"
$FilePath = "C:\Program Files (x86)\Windows Kits\10\Vsix\VS2019\WDK.vsix"
$VSver = "2019"
}