Add verbose output to ISCC for debugging
All checks were successful
Build and Release / build (push) Successful in 8h0m9s
All checks were successful
Build and Release / build (push) Successful in 8h0m9s
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a33430faa0
commit
821f119547
@ -54,9 +54,9 @@ jobs:
|
||||
New-Item -ItemType Directory -Force -Path "installer" | Out-Null
|
||||
Write-Host "Checking source files exist..."
|
||||
Get-ChildItem "bin\Release\net9.0-windows" | Select-Object -First 5
|
||||
Write-Host "Running Inno Setup..."
|
||||
$process = Start-Process -FilePath "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" -ArgumentList "MonitorControl.iss" -Wait -NoNewWindow -PassThru
|
||||
Write-Host "ISCC exit code: $($process.ExitCode)"
|
||||
Write-Host "Running Inno Setup with verbose output..."
|
||||
& "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" /V9 "MonitorControl.iss" 2>&1
|
||||
Write-Host "ISCC exit code: $LASTEXITCODE"
|
||||
Write-Host "Listing installer directory:"
|
||||
Get-ChildItem "installer"
|
||||
Pop-Location
|
||||
|
||||
Loading…
Reference in New Issue
Block a user