I have an aspnet core web api project which I can deploy through publish wizard to Azure App service. But later on I developed on normal aspnet web api (MVC 5 on .Net framework 4.6) because of the certain classes not available in dotnet core.
Now I want to deploy both them on same App service instance. Can I do that? will aspnet publish overwrite earlier aspnetcore publish when done to the same App service?
