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

@@ -329,13 +329,6 @@ function Get-PipxVersion {
return "Pipx $pipxVersion"
}
function Get-GDKVersion {
$regKey = "HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*"
$installedApplications = Get-ItemProperty -Path $regKey
$GDKRelease = $installedApplications | Where-Object DisplayName -match "Microsoft Game Development Kit"
return "$($GDKRelease.DisplayName) $($GDKRelease.DisplayVersion)"
}
function Build-PackageManagementEnvironmentTable {
$envVariables = @(
@{