我在使用msbuild时出现以下错误。我有microsoft azure tools 2.9版,已升级。
c:\...\ServiceDefinition.csdef(2,123): error CloudServices051: The XML specification is not valid: The 'schemaVersion' attribute is invalid - The value '2014-06.2.4' is invalid according to its datatype 'http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition:SchemaVersion' - The Enumeration constraint failed.
那么什么是schemaVersion for 2.9?
答案 0 :(得分:3)
Azure SDK 2.9的schemaVersion是:
schemaVersion="2015-04.2.6"
您可以通过创建面向Azure SDK 2.9的新Azure云项目并查看ServiceConfiguration.cscfg
文件来验证这一点。