Azure KUDU deployment ignores project setting when deploy.cmd is specified
问题 I have a custom .deployment file in my nodeJS repo that looks like this: [config] project = src/portal command = deploy.cmd If I remove the command setting, the project setting is respected. However, I need the custom deploy script to execute some bower and grunt commands. Whenever I add the command parameter back in, Azure/KUDU seems to ignore the project setting. I have reverted to the default deploy.cmd script generated using azure site deploymentscript --node to ensure that my