mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
791040364b
Refactors the error handling for failed build jobs to more reliably capture the root cause of the failure. The logic now uses `Receive-Job` with an `ErrorVariable` to directly capture the error stream from the job, which provides a more accurate terminating error message than the previous method. Additionally, the error message box now includes the full path to the log file, making it easier for the user to locate.