2016-07-08 75 views
0

我遇到了msbuild的錯誤。我有微軟Azure工具2.9版本升級。什麼是azure SDK toolchain的schemaVersion 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 2.9?

回答

2

爲Azure的SDK 2.9 schemaVersion是:

schemaVersion="2015-04.2.6" 

您可以通過創建一個新的碧霞項目針對Azure的SDK 2.9和看ServiceConfiguration.cscfg文件驗證這一點。