Is there a way to verify that a file isn't signed using SignCheck?
Core-Setup produces a couple of template files, apphost.exe/comhost.dll, that must not be signed, and I'm concerned that slight changes to logic might cause signing to pick it up at some point. If that happens, I want it to break the Core-Setup official build. More info about the templates: dotnet/core-setup#7549.
If that's not possible (and I suppose it's fairly niche), would it be possible to add this feature?
@joeloff
/cc @JohnTortugo @MichaelSimons @dleeapho @vitek-karas
Is there a way to verify that a file isn't signed using SignCheck?
Core-Setup produces a couple of template files,
apphost.exe/comhost.dll, that must not be signed, and I'm concerned that slight changes to logic might cause signing to pick it up at some point. If that happens, I want it to break the Core-Setup official build. More info about the templates: dotnet/core-setup#7549.If that's not possible (and I suppose it's fairly niche), would it be possible to add this feature?
@joeloff
/cc @JohnTortugo @MichaelSimons @dleeapho @vitek-karas