I package a WPF application (C#, .NET 6) into a Windows packaging project (msix bundle for sideloading). The executable of the application should be signed, this is done easily by PostBuild Event and signtool.
But for some reasons, Visual Studio always includes an unsigned exe
in my package.
Does anybody have an idea, how to get Visual Studio, to take the signed exe
form normal project output instead of some other unsigned ones?