0
Build command generates more files than needed.
In the Azure Appservice I have 234 files when the build generates 326.
Have some other command like DOTNET PUBLISH to run later?
Command used to build:
Msbuild.exe -Restore . sln /t:Build /p:Configuration=release /p:Platform=x86 /p:Webpublishmethod=Package /p:Packageassinglefile=true /p:Skipinvalidconfigurations=true
Application Type:
ASP.NET MVC 5.2.3
Framework .NET Framework 4.6.1