You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Locally, running ./build-with-version 0.41.0 and ./publish-release osx x64 outputs the expected standalone file. Not sure what changed in CI.
Opening this issue in order to alert that 0.41.0 isn't usable.
We could try passing the extra relevant flags to dotnet, viz. --self-contained true etc. (in pr.yml) to check that it works once again but, ideally, would be best to understand what went wrong with this version.
Steps:
./build-with-version 0.41.0and./publish-release osx x64outputs the expected standalone file. Not sure what changed in CI.Opening this issue in order to alert that 0.41.0 isn't usable.
We could try passing the extra relevant flags to
dotnet, viz.--self-contained trueetc. (inpr.yml) to check that it works once again but, ideally, would be best to understand what went wrong with this version.