Msbuild Teamcity中的意外错误

Msbuild Teamcity中的意外错误,msbuild,teamcity,msbuildextensionpack,Msbuild,Teamcity,Msbuildextensionpack,我正在尝试在Teamcity中创建生成代理(MSBuild),但失败了 启动生成过程后,我收到以下错误: [AssemblyInfo]C:\TeamCity\buildAgent\work\dbfd279ad4b719e0\projectpath\project.proj(146,5):错误MSB4018:AssemblyInfo任务中出现意外错误。 System.FormatException:输入字符串的格式错误 在System.Version.VersionResult.SetFailur

我正在尝试在Teamcity中创建生成代理(MSBuild),但失败了

启动生成过程后,我收到以下错误:

[AssemblyInfo]C:\TeamCity\buildAgent\work\dbfd279ad4b719e0\projectpath\project.proj(146,5):错误MSB4018:AssemblyInfo任务中出现意外错误。 System.FormatException:输入字符串的格式错误

在System.Version.VersionResult.SetFailure处(ParseFailureKind失败,字符串参数)

在System.Version.TryParseComponent(字符串组件、字符串组件名称、VersionResult和result、Int32和parsedComponent)

在System.Version.TryParseVersion(字符串版本、VersionResult和result)

at System.Version.Parse(字符串输入)

at System.Version..ctor(字符串版本)

在c:\code\MSBuildExtensionPack\Solutions\Main\Framework\Framework\AssemblyInfo\AssemblyInfo.cs:第1206行中的MSBuild.ExtensionPack.Framework.AssemblyInfo.UpdateMaxVersion(String&maxVersion,String newVersion)处

在c:\code\MSBuildExtensionPack\Solutions\Main\Framework\Framework\AssemblyInfo\AssemblyInfo.cs中的MSBuild.ExtensionPack.Framework.AssemblyInfo.Execute()处:第1089行

位于Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ItaskeExecutionHost.Execute()

在Microsoft.Build.BackEnd.TaskBuilder.d_u20.MoveNext()中


我希望有人能帮助我。

project.proj是什么样子的?