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

@@ -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 ' + `