【发布时间】:2015-11-26 20:33:18
【问题描述】:
AssemblyInfoPatcher 构建功能不起作用。有的文件打了补丁,有的没有。
Assembly file version was specified, but couldn't be patched in file D:\TeamCity\Agent\buildAgent\work\6afd998e316c631f\La\Di\Da\Properties\AssemblyInfo.cs. Is necessary attribute missing?
我以为是1.0.*,因为其中一个失败的文件具有这种格式,而成功的文件之一具有默认的1.0.0.0 格式,所以我在整个解决方案中将属性更改为1.0.0.0现在它们都不起作用了。
我收到上述错误或:
Assembly version attributes were not found in ...
该属性已定义,并且团队中至少有两个其他人已确认他们也可以使用他们的生产眼睛看到它。
很高兴拿出现金,这样我就可以砸我的工作键盘了。
【问题讨论】:
标签: teamcity teamcity-9.0