AssemblyInfo Patcher does not update GlobalAssamblyInfo file

200 Views Asked by At

All our projects are linked to global assemblyinfo.cs. I'm using assemblyInfo Patcher to update version in GlobalAssemblyInfo file (TeamCity 8.1.3), but it works only for regular assemblyinfo file that is not global.

Did I missed something?

1

There are 1 best solutions below

0
On BEST ANSWER

Since teamcity 8.1.3, teamcity has extended AssemblyInfo patcher feature to allow patching global assmbly files as well.

enter image description here