I'm deploying Asp.Net 6.0 WebApi application through Azure DevOps/Releases. It runs "Deploy Azure App Service" to deploy the application. Deployment goes through successfully. Application works.
But when I connect to same App Service through FTP, files don't show.
Inside /site/wwwroot/ there is only hostingstart.html.
What am I doing wrong? Where are the files actually stored? Why is FTP not showing the files?
Thanks.