Revert "[Windows OS] Include Microsoft Game Development Kit (GDK) to image" (#4162)

This commit is contained in:
Mikhail Timofeev
2021-09-28 16:03:39 +03:00
committed by GitHub
parent 1e7e6749a5
commit efcefca087
5 changed files with 0 additions and 38 deletions

View File

@@ -124,11 +124,6 @@ $toolsList = @(
(Get-ZstdVersion),
(Get-YAMLLintVersion)
)
if (Test-IsWin19) {
$toolsList += @(
(Get-GDKVersion)
)
}
if ((Test-IsWin16) -or (Test-IsWin19)) {
$toolsList += @(
(Get-NSISVersion),