According to the documents TeamCity v8.1.x supports a GlobalAssemblyInfo.cs file now with the Assembly version patching feature however even though I have such a file in my solution and each of my projects have a link to this file the version information is not being replaced. Is there are certain location where TeamCity is looking for this file or does it just scan the entire solution tree?
Asked
Active
Viewed 804 times
2
-
related: http://stackoverflow.com/questions/6771694/shared-assemblyinfo-for-uniform-versioning-across-the-solution – Ruben Bartelink Sep 25 '15 at 12:00
1 Answers
4
This feature only got added in TeamCity 8.1.3.
In the AssemblyInfo Patcher settings there will be a "Patch GlobalAssemblyInfo:" option with a checkbox. If you check the box your (repo root)/GlobalAssemblyInfo.cs
should be updated.

Ruben Bartelink
- 59,778
- 26
- 187
- 249

Castrohenge
- 8,525
- 5
- 39
- 66
-
Yep that was the issue. Confirmed the same from JetBrains support team. Thanks! – Todd Carter Sep 16 '14 at 15:39