publishing web app with msbuild yields different output than doing it through visual studio
i am trying to make an installer for a web app that is using blazor. I have made a setup.build file which has different targets, but i want to focus on the target that is supposed to publish my web app. I have noticed, that i get a different output when i publish it through visual studio, than through the msbuild script.