Add InnoSetup to windows-2022 (#5007)

This commit is contained in:
Mikhail Timofeev
2022-02-03 18:09:29 +03:00
committed by GitHub
parent 5cdc2e5f50
commit a79f657a9f
2 changed files with 2 additions and 1 deletions

View File

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

View File

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