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

View File

@@ -72,6 +72,7 @@ $WorkLoads = '--allWorkloads --includeRecommended ' + `
'--add Microsoft.VisualStudio.Component.Windows10SDK.17134 ' + `
'--add Microsoft.VisualStudio.Component.Windows10SDK.17763 ' + `
'--add Microsoft.VisualStudio.Component.Windows10SDK.18362 ' + `
'--add Microsoft.VisualStudio.Component.Windows10SDK.19041 ' + `
'--add Microsoft.VisualStudio.Component.WinXP ' + `
'--add Microsoft.VisualStudio.ComponentGroup.Azure.CloudServices ' + `
'--add Microsoft.VisualStudio.ComponentGroup.Azure.ResourceManager.Tools ' + `