I have a solution that contains a console (or Winform) application and I use Visual Studio publish to folder.
My problem is that we need to sign (certify) the *.EXE file. Currently I do that manually. I'm not using ClickOnce and no setup-project.
Is there a way to publish to folder and sign the resulting *.exe file at once?