mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 06:19:21 +00:00
[Windows OS] Include Microsoft Game Development Kit (GDK) to image (#4097)
This commit is contained in:
@@ -123,6 +123,11 @@ $toolsList = @(
|
||||
(Get-ZstdVersion),
|
||||
(Get-YAMLLintVersion)
|
||||
)
|
||||
if (Test-IsWin19) {
|
||||
$toolsList += @(
|
||||
(Get-GDKVersion)
|
||||
)
|
||||
}
|
||||
if ((Test-IsWin16) -or (Test-IsWin19)) {
|
||||
$toolsList += @(
|
||||
(Get-NSISVersion),
|
||||
|
||||
Reference in New Issue
Block a user