mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Update images/windows/scripts/build/Install-PostgreSQL.ps1
This commit is contained in:
@@ -75,7 +75,7 @@ Install-Binary `
|
|||||||
-Url $installerUrl `
|
-Url $installerUrl `
|
||||||
-InstallArgs $installerArgs `
|
-InstallArgs $installerArgs `
|
||||||
-ExpectedSignature (Get-ToolsetContent).postgresql.signature `
|
-ExpectedSignature (Get-ToolsetContent).postgresql.signature `
|
||||||
-InstallerLogPath "$env:TEMP/**/postgresql-install.log"
|
-InstallerLogPath "$env:TEMP\**\install-postgresql.log"
|
||||||
|
|
||||||
# Get Path to pg_ctl.exe
|
# Get Path to pg_ctl.exe
|
||||||
$pgPath = (Get-CimInstance Win32_Service -Filter "Name LIKE 'postgresql-%'").PathName
|
$pgPath = (Get-CimInstance Win32_Service -Filter "Name LIKE 'postgresql-%'").PathName
|
||||||
|
|||||||
Reference in New Issue
Block a user