mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 22:36:46 +00:00
[Windows OS] Include Microsoft Game Development Kit (GDK) to image (#4097)
This commit is contained in:
@@ -91,6 +91,12 @@ 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" }
|
||||
|
||||
Reference in New Issue
Block a user