I have a TeamCity build agent installed on a machine that is theoretically designed to run dynamic security checks, and I donβt want it to do anything else (i.e. it starts searching for duplicates).
With the exception of creating custom agent configuration properties and then setting up build agent dependencies (which, strictly speaking, I should probably do anyway) or setting up the agent only to run selected configurations, is there any way to avoid this? Both of these approaches require additional assembly-based customization for each assembly.
In an ideal world, I would like to tell the agent that he will ever run assemblies that match a specific agent dependency. Is this possible, or am I coming to him from the wrong direction?
source share