Folks, I'm using the recently released Google Cloud SDK 0.9.56 on Windows 7x64. When trying to gcloud deploy my app using web.xml and appengine-web.xml, I get a response:
ERROR: Found no valid App Engine configuration files in directory
When trying to do the same with apps defined with app.yaml there were no issues. Teammates with older SDK versions don't seem to have an issue. Is there a mandatory requirement to use app.yaml in all apps?
P.S: This question might be related but its actually a different issue.