Unfortunately we need to use a Visual Studio Website Project not a Visual Studio Web Application Project! That means that our website to publish has no .csproj We now try to setup git deployment for our azure website. however it tells me there is no project file to deploy. It seems that the azure git deployment always tries to deploy a web application project not a website project. Do you know how i can tell the git deployment to make a website project deploy? best laurin
2 Answers
2
votes
I think this is what you're looking to Customize your deployment this is done by including a .deployment
file in the root of your application. It will instruct kudu the deployment engine in Azure Websites which folder to deploy instead of relying on the csproj.