Summary
Gets the name of the agent that is registered with the pool.
- Namespace
- Cake
.Common .Build .AzurePipelines .Data - Containing Type
- Azure
Pipelines Agent Info
Syntax
public string Name { get; }
Remarks
If you are using a self-hosted agent, this is specified by you.
Value
Type | Description |
---|---|
string | The name of the agent that is registered with the pool. |