mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-31 17:43:04 -06:00
The macOS CI timeout was caused by `dotnet run` detecting the `.csproj` file in the working directory and running the GUI project instead of the `.csx` script. The GUI app would launch, try to initialize Metal/Skia graphics (no display on CI), and hang until the 10-minute job timeout. Fix: Set `WorkingDirectory="$([System.IO.Path]::GetTempPath())"` on the `<Exec>` element so `dotnet run` runs from a clean directory with no project file, correctly treating the `.csx` as a file-based app. Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Agent-Logs-Url: https://github.com/Tyrrrz/DiscordChatExporter/sessions/4e5ffe4c-7b2e-44b9-9477-5ea3d50e0ec0 |
||
|---|---|---|
| .. | ||
| Converters | ||
| Framework | ||
| Localization | ||
| Models | ||
| Services | ||
| Utils | ||
| ViewModels | ||
| Views | ||
| App.axaml | ||
| App.axaml.cs | ||
| DiscordChatExporter.Gui.csproj | ||
| Program.cs | ||
| Publish-MacOSBundle.csx | ||
| StartOptions.cs | ||