Skip to content

Commit

Permalink
Log TGS .msi install details
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Nov 17, 2024
1 parent e582ea9 commit c20f6b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1538,6 +1538,10 @@ jobs:
if (Test-Path -Path $log -PathType Leaf) {
Get-Content $log
}
$potentialMsiLog = [System.IO.Path]::GetFullPath("install_001_tgstation_server.msi")
if (Test-Path -Path $potentialMsiLog -PathType Leaf) {
Get-Content $potentialMsiLog
}
$installCode = $procMain.ExitCode
if($installCode -ne 0) {
Write-Host "ERROR INSTALLER EXIT CODE $installCode"
Expand Down

0 comments on commit c20f6b9

Please sign in to comment.