
The publish command isn't working at this time. Note that the command is dotnet build as opposed to dotnet publish. The command that can be used is: dotnet build -f:net6.0-maccatalyst -c:Release If you do not want to sign your app and/or do not want to publish you app to the store, and want to distribute it differently, you can create an unsigned. I have been trying to see if publishing a macOS (Mac Catalyst) app through. This was all done from a Mac, I need to find out if remote building a Mac app from Windows is actually a thing.I didn't verify uploading to the store at the time of writing.



pkg works, I have been able to sign the binary as well as use it unsigned.
