Visual studio Installer use Publish output rather than build output
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.