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

@@ -100,12 +100,6 @@ Describe "Mingw64" {
}
}
Describe "Microsoft GDK" -Skip:(-not (Test-IsWin19)) {
It "GDK" {
"$($env:GRDKLatest)grdk.ini" | Should -Exist
}
}
Describe "GoogleCloudSDK" -Skip:(Test-IsWin22) {
It "<ToolName>" -TestCases @(
@{ ToolName = "bq" }