SignAllFiles
should sign project.Binaries
, not just project.AllFiles
#1729
Labels
SignAllFiles
should sign project.Binaries
, not just project.AllFiles
#1729
Previous versions of one of my applications were deployed via MSIX; I've switched to MSI because of limitations, and I have a small C++ helper to remove the MSIX versions that I'm invoking with a BinaryFileAction.
It would be good for
SignAllFiles
to sign this as well.If not sent a PR as it's unclear to me if this should go into ProjectFileSigner.SignAllFiles, or in Compiler.ProcessBinaries, given the note that ProcessBinaries must be last give n that other Process* may introduce additional binaries.
The text was updated successfully, but these errors were encountered: