Replies: 1 comment 2 replies
-
Does setting |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Github Workflow that compiles my .NET 7 console application using a windows agent. It runs this in a powershell script:
This is the platform I'm running on:
My application is not signed, but Mac lets me bypass that for testing purposes. Eventually it just fails like so:
I get no further diagnostics. What steps can I take to further diagnose the issue? Why is
osx-arm64
not working butosx-x64
works just fine?Beta Was this translation helpful? Give feedback.
All reactions