DOT NET Application Build 4.6.1 MVC 5.2.3 with MSBUILD generates more files than needed

Asked

Viewed 15 times

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

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.