[Windows 2025] Add InnoSetup (#13090)

This commit is contained in:
hemanthmanga
2025-09-30 20:09:57 +05:30
committed by GitHub
parent 4e77d37c45
commit f2a289ae7a
3 changed files with 3 additions and 4 deletions

View File

@@ -83,9 +83,7 @@ if (Test-IsWin19) {
$tools.AddToolVersion("Google Cloud CLI", $(Get-GoogleCloudCLIVersion))
}
$tools.AddToolVersion("ImageMagick", $(Get-ImageMagickVersion))
if (-not (Test-IsWin25)) {
$tools.AddToolVersion("InnoSetup", $(Get-InnoSetupVersion))
}
$tools.AddToolVersion("InnoSetup", $(Get-InnoSetupVersion))
$tools.AddToolVersion("jq", $(Get-JQVersion))
$tools.AddToolVersion("Kind", $(Get-KindVersion))
$tools.AddToolVersion("Kubectl", $(Get-KubectlVersion))

View File

@@ -28,7 +28,7 @@ Describe "GitVersion" -Skip:(-not (Test-IsWin19)) {
}
}
Describe "InnoSetup" -Skip:(Test-IsWin25) {
Describe "InnoSetup" {
It "InnoSetup" {
(Get-Command -Name iscc).CommandType | Should -BeExactly "Application"
}

View File

@@ -278,6 +278,7 @@
{ "name": "aria2" },
{ "name": "azcopy10" },
{ "name": "Bicep" },
{ "name": "innosetup" },
{ "name": "jq" },
{ "name": "NuGet.CommandLine" },
{ "name": "packer" },