I am having an issue when creating a build in ADO that deploys code to an Azure Web App. I can log in to azure and see that the files were copied over to the /site/wwwroot/ folder but I'm still seeing the default "Hey, Node developers!" page.
For what its worth the app that is being built and deployed is an angular 8 application. The files that were copied to the wwwroot folder are as follow
publish step
I'm not sure exactly what is wrong here. I've tried to deploy from VS Code as well but with the same results.