mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 06:40:32 +00:00
[Windows] Add NSIS to Windows Server 2022 (#4326)
This commit is contained in:
committed by
GitHub
parent
c353eee691
commit
1f97f5de37
@@ -111,6 +111,7 @@ $toolsList = @(
|
|||||||
(Get-MercurialVersion),
|
(Get-MercurialVersion),
|
||||||
(Get-MinGWVersion),
|
(Get-MinGWVersion),
|
||||||
(Get-NewmanVersion),
|
(Get-NewmanVersion),
|
||||||
|
(Get-NSISVersion),
|
||||||
(Get-OpenSSLVersion),
|
(Get-OpenSSLVersion),
|
||||||
(Get-PackerVersion),
|
(Get-PackerVersion),
|
||||||
(Get-PulumiVersion),
|
(Get-PulumiVersion),
|
||||||
@@ -125,7 +126,6 @@ $toolsList = @(
|
|||||||
)
|
)
|
||||||
if ((Test-IsWin16) -or (Test-IsWin19)) {
|
if ((Test-IsWin16) -or (Test-IsWin19)) {
|
||||||
$toolsList += @(
|
$toolsList += @(
|
||||||
(Get-NSISVersion),
|
|
||||||
(Get-GoogleCloudSDKVersion)
|
(Get-GoogleCloudSDKVersion)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ Describe "NET48" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Describe "NSIS" -Skip:(Test-IsWin22) {
|
Describe "NSIS" {
|
||||||
It "NSIS" {
|
It "NSIS" {
|
||||||
"makensis /VERSION" | Should -ReturnZeroExitCode
|
"makensis /VERSION" | Should -ReturnZeroExitCode
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -223,6 +223,7 @@
|
|||||||
"{{ template_dir }}/scripts/Installers/Install-AzureCosmosDbEmulator.ps1",
|
"{{ template_dir }}/scripts/Installers/Install-AzureCosmosDbEmulator.ps1",
|
||||||
"{{ template_dir }}/scripts/Installers/Install-Mercurial.ps1",
|
"{{ template_dir }}/scripts/Installers/Install-Mercurial.ps1",
|
||||||
"{{ template_dir }}/scripts/Installers/Install-Zstd.ps1",
|
"{{ template_dir }}/scripts/Installers/Install-Zstd.ps1",
|
||||||
|
"{{ template_dir }}/scripts/Installers/Install-NSIS.ps1",
|
||||||
"{{ template_dir }}/scripts/Installers/Install-Vcpkg.ps1",
|
"{{ template_dir }}/scripts/Installers/Install-Vcpkg.ps1",
|
||||||
"{{ template_dir }}/scripts/Installers/Install-PostgreSQL.ps1",
|
"{{ template_dir }}/scripts/Installers/Install-PostgreSQL.ps1",
|
||||||
"{{ template_dir }}/scripts/Installers/Install-Bazel.ps1",
|
"{{ template_dir }}/scripts/Installers/Install-Bazel.ps1",
|
||||||
|
|||||||
Reference in New Issue
Block a user