I’m using Visual studio Installer to generate an MSI file.
I don’t want external packages as dependencies. I can easily achieve it by using “Publish” in VS and setting the output as self contained.
I’m also using VS installer to generate an installer but it simply uses the DEBUG/RELEASE build output which isn’t self-contained, is there a way to use the “Publish” output instead?