I'm working with a simple application in ASP.NET Core. The repository is on Azure Devops git and I deploy this into a App Service. Under the Deployment Server I configurated Continuous Deployment (CI /CD) and It works, but the files are sent to wwwwroot of the server. Instead, I need them into /site/wwwroot/theFolderThatICreated. I've searched DevOps git Pipelines/Releases, but do not understood where I configure this thing.
Resume: when I do a push to the master branch of my project, I want the content send to a folder under wwwroot of my app service.