Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Azure Devops 中,如何从现有代理中识别自托管代理。我希望我的自定义构建任务只允许在自托管代理中执行。
您可以利用为构建管道中指定的代理和需求定义的自定义功能。如此处所述:
代理软件自动确定各种系统功能,例如机器名称、操作系统类型和机器上安装的某些软件的版本。此外,机器中定义的环境变量会自动出现在系统功能列表中。
因此,您的自托管代理可以定义一些特殊的环境变量,然后构建过程将需要这些变量。