Slow "Replacer Content Content" in TeamCity

We use the assembly TeamCity File Content Replacer, to replace the assembly version number in several files AssemblyVersion.cs, after TeamCity documentation Changing only the last version number / build for AssemblyVersion attribute: .

Our list of files is as follows:

CommonAssemblyInfo.cs
**\Properties\AssemblyInfo.cs

It works, but sometimes it takes up to 10 minutes before it even starts. This usually happens when the assembly does not start within 24 hours or more, but sometimes builds later.

creation log

Any ideas why this is happening? We also have several projects with the same setup, where this never happens.

+4
source share
1 answer

, node_modules 40k+. , , 5 .

ref,

CommonAssemblyInfo.cs
+:**/Properties/AssemblyInfo.cs
-:**/node_modules
+2

Source: https://habr.com/ru/post/1649520/


All Articles