Kudu Deployment Script for ASP.NET Core 1.0
问题 I'm developing a ASP.NET Core 1.0 application using Visual Studio Code and I can't/won't use the built-in publishing tools in Visual Studio IDE. I have this working for ASP.NET 5 RC1 (dnx-clr-win-x86.1.0.0-rc1-update1) but I don't know how to update this to ASP.NET Core 1.0 and the tools does not seem to be updated yet. For ASP.NET 5 RC1 I used the azure-cli package to generate a deploy.cmd file with the following command: azure site deploymentscript --aspNet5 .\server\project.json -p .