mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-07 13:51:36 +00:00
CLI electronize build on linux #406
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AyronK on GitHub (Nov 2, 2019).
Originally assigned to: @robertmuehsig on GitHub.
I added electronize build step to my CI pipeline running on Alpine linux. I'm getting the following error. Works fine on windows for me. Seems like a problem with
Directory.GetCurrentDirectory().I replaced irrelevant part of path with
*app_path*.It might be an issue with .NET runtime, but I'm letting you know, because unhandled exception is never a keeper :)
@AyronK commented on GitHub (Jan 10, 2020):
I am using latest CLI (7.30.2) now and it works fine :)! It's hard to tell when it was fixed and if it was intentional, but I do not get error mentioned above. In the meantime I also switched to Ubuntu, so it still has to be verified on Alpine. Anyway I see this issue is still open so I give my update here!