Specifies the comparison operator to use when matching the tags of a build agent.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Enumeration TagComparison
public enum TagComparison
public enum class TagComparison
type TagComparison
public enum TagComparison
Members
| Member name | Description | |
|---|---|---|
| MatchAtLeast | The tags specified must be a subset of the tags on the agent. | |
| MatchExactly | The tags specified must exactly match the tags on the agent. |