问题
So far, I've been publishing a site to Windows Azure Websites via Git without any problems. But today we added a submodule to our project and Azure didn't seem to like working with submodules.
The build fails because my app depends of the submodule and Azure sees an empty folder instead of the submodule code.
Any ideas?
回答1:
Kudu is enabling using git sub-module now
来源:https://stackoverflow.com/questions/11939728/git-push-to-azure-websites-with-submodule