From 4e232d69105b78337ec94d2f0828dc83f54972f3 Mon Sep 17 00:00:00 2001 From: dionmoustos Date: Tue, 23 Jun 2026 01:23:26 +0930 Subject: [PATCH] more --- ci/Build-Windows.ps1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/Build-Windows.ps1 b/ci/Build-Windows.ps1 index f91b1a9..10ce46e 100644 --- a/ci/Build-Windows.ps1 +++ b/ci/Build-Windows.ps1 @@ -114,7 +114,8 @@ try { "-quit", "-projectPath", "$PWD", "-executeMethod", "$method", - "-logFile", "$logFile" + "-logFile", "$logFile", + "-verbose" ) Write-Host "Starting Unity..." @@ -142,7 +143,7 @@ try { # 5. Copy Log to Builds Folder Copy-Item $logFile $artifactLog -Force - + # 6. Exit handling if ($process.ExitCode -ne 0) { Write-Error "Unity build failed with exit code $($process.ExitCode)"