-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Project
xUnit.net
Project Url
Description
We are planning to ship some Linux test runner binaries that are built using Native AOT, and I wondered if the code signing process supports Linux binaries. I sort of suspect based on the Windows-centric focus of the signing tool, the answer is "no", in which case my next question is: Can it be made to do so? (Note: I'm asking for it to sign Linux binaries, built via dotnet publish on a Windows machine during CI, in a way that makes sense for Linux; I am not asking for the signing process to take place on Linux).
Since these binaries will be shipped inside of NuGet packages, I would like them to be signed if possible, akin to the Windows binaries (which I assume will sign successfully; I guess I'll found out when I send the branch up for CI 😁).
I put "N/A" in the due by date, since I don't yet have a release date planned for our 4.0 release, which will be the first release to feature these new Native AOT runner binaries.
Due By
N/A