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 5e7f8e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1538,6 +1538,11 @@ jobs:
if (Test-Path -Path $log -PathType Leaf) {
Get-Content $log
}
ls
$potentialMsiLog = [System.IO.Path]::GetFullPath("install_000_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 5e7f8e6

Please sign in to comment.