I'm using ASP.NET Core 2.1 and i have some contents like images and documents in wwwroot of the project solution, but after the deployment using CI-CD unfortunately wwwroot contents are not available in the Azure App Service file system. what is the reason
for this issue.
↧